Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-science

How is parallelism on a single thread/core possible?

"Finding all the code in a given binary is equivalent to the Halting problem." Really?

What is the formal term for the "#{}" token in Ruby syntax?

What is Run-Time Constant Pool and Method-Area in java

jvm 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?