Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-science

Hashes: Tables, Lists and Maps, Oh My?

What class of language can Perl regular expressions be used against?

Data structure for quick match in a card game

Partition Problems Brute Force Algorithm

How does an X-bit computer work with 2X-bit numbers?

computer-science

Fault/error/failure in this example [closed]

Memory-efficient way of computing the median of a large data set? [closed]

Algorithm for optimally choosing actions to perform a task

Calculating the probability of system failure in a distributed network

Why is swap() sometimes implemented by passing an array?

"Less than or Equal to" versus "Less than" for processing [closed]

java c computer-science

What algorithm is this? Best way to distribute limited resources

Leading character on hex number (x0)

What are the arguments both for and against both name equivalence and structural equivalence?

Why call-by-value evaluation strategy is not Turing complete?

max float represented in IEEE 754

What is a difference between definitions reference transparency and deterministic function?

What do you call a function that calls itself (is this called recursion)?

Can a variable like 'int' be considered a primitive/fundamental data structure?

Why is comparing strings 0(n), but comparing numbers 0(1)?