Top "Computer-science" questions

Computer science (CS) is the science behind programming.

what is the McNaughton-Yamada Algorithm?

I am needing to construct a DFA using the McNaughton-Yamada algorithm for a CS class. The problem is the algorithm …

algorithm computer-science finite-automata dfa
two's complement, why the name "two"

i know unsigned,two's complement, ones' complement and sign magnitude, and the difference between these, but what i'm curious about …

binary computer-science
overloading vs overriding in javascript

In a recent JavaScript interview I was asked about overloading vs overriding. I know this is a concept in Java. …

javascript node.js computer-science object-oriented-analysis
What does the 'Enterprise Ready' mean?

What do you mean by saying that something is 'Enterprise Ready'?

computer-science enterprise
Creating the shortest Turing-complete interpreter

I've just tried to create the smallest possible language interpreter. Would you like to join and try? Rules of the …

computer-science code-golf turing-complete