Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-science

Generating Sets via recursion - Language and strings (cs/logic)

Trying to understand how to map/approach solving a combinatorial optimization problem

Can Registers inside a CPU do Arithmetics

speedup computation?

Determine if there is a majority element in linear time [duplicate]

Is there a relationship between Database Tables and Object Oriented Classes?

Pseudo-polynomial Algorithms - is my understanding right?

What is the power of eval()? [closed]

eval computer-science

Usage of stack and Queue?

The definition of lock-free

Optimal solution for tree traversal and summing node values on condition

What is the term for a sentinel that does not denote the end of a sequence?

How does a 32bit computer work with large bit numbers? Ex. 512bit integers [closed]

math computer-science bit

What is accepted as the IEEE-754 correct result when computing this square root?

What is the difference between operational, denotational and axiomatic semantics?

What is the difference between Instruction Set and Instruction Set Architecture (ISA)?

Finding the transpose of a very, very large matrix

What does the term 'locally' mean exactly when used in software? [closed]