Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in puzzle

Why does (x += x += 1) evaluate differently in C and Javascript?

javascript c semantics puzzle

Interesting OOPS puzzle [closed]

c# oop puzzle

Fastest algorithm for circle shift N sized array for M position

Two marbles and a 100 story building

algorithm puzzle

Overload a C++ function according to the return value

Finding a single number in a list [duplicate]

algorithm puzzle

Linear Time Voting Algorithm. I don't get it

How to test randomness (case in point - Shuffling)

math theory random puzzle

Programming Riddle: How might you translate an Excel column name to a number?

algorithm puzzle

Algorithm to determine if array contains n...n+m?

arrays algorithm big-o puzzle

java based programming challenges [closed]

java puzzle

Algorithm to generate anagrams

hello world in C without semicolons and without IF/WHILE/FOR statements [closed]

c puzzle

How to generate Sudoku boards with unique solutions

algorithm puzzle sudoku

The "guess the number" game for arbitrary rational numbers?

Programmer Puzzle: Encoding a chess board state throughout a game

How to find all combinations of coins when given some dollar value [closed]

Set every cell in matrix to 0 if that row or column contains a 0

What is the simplest SQL Query to find the second largest value?

sql puzzle

How to find list of possible words from a letter matrix [Boggle Solver]

algorithm puzzle boggle