Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-science

Understanding recognizers and deciders in Theory of Computation

Expectation Maximization coin toss examples

Graphs: find a sink in less than O(|V|) - or show it can't be done

Why isn't there a simple syntax for coproduct types in Haskell?

How do computers translate everything to binary? When they see a binary code, how do they know if it represents a number or a word or an instruction?

What is the mathematical significance of "all (==1) [1,1..]" not terminating?

NP-Complete VS NP-Hard

Accessing Elements - Really O(1)?

How does a back-propagation training algorithm work?

Best, worst and average case running times

What is the difference between a distributed system and distributed computing?

Binary Search Problems? [duplicate]

NFA to DFA question

Relating NP-Complete problems to real world problems

Longest substring where every character appear even number of times (possibly zero)

How does an oblivious Turing machine work?

Formal language expressiveness of Perl patterns

regex perl computer-science

Can Haskell's Parsec library be used to implement a recursive descent parser with backup?

Counting coloured pixels on the GPU - Theory

What is the difference between a physical and a logical qubit?