Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-science

size of a C pointer depends on?

c computer-science

Is there a SHOULD (or other modal verb) constructs in any programming languages?

What happens under the hood when one Method Calls Another?

Syntaxless programming language [closed]

Median of median algorithms understanding

Why aren't recursively enumerable languages undecidable

Is this tail recursion?

What is the difference between Computer Science and Information Science? [closed]

computer-science

I am in a CS course. What programming subject should I focus on? [closed]

computer-science

Retrieving specific hash key values from an array of hashes

Ackermann function versus n nested loops

Project euler #1. I keep getting the answer wrong by exactly 100 and I don't know why (written inF#)

f# computer-science

Having a bit of trouble reasoning the formal definition of Big O

Bin-packing (or knapsack?) problem

If a problem X (decision problem) is known to be NP-Complete, and proven to be reduced to problem Y, can you then say problem Y is NP-Complete?

What is bulkheading in computer science?