Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in puzzle

Puzzle that defies the brute force approach?

python math puzzle

Minimum difference between heights of Towers?

Java Puzzle with reflection and String

java reflection puzzle

Godel, Escher, Bach Typographical Number Theory (TNT) puzzles and solutions

logic numbers puzzle

why is 24 * 60 * 60 * 1000 * 1000 divided by 24 * 60 * 60 * 1000 not equal to 1000 in Java?

java puzzle math

Factorial in C without conditionals, loops and arithmetic operators

c algorithm puzzle

Determine if a number only appears once in an array

java algorithm big-o puzzle

recursion: cut array of integers in two parts of equal sum - in a single pass

algorithm puzzle

How do I compute the cartesian product of n sequences in F#?

f# puzzle cartesian-product

Optimally picking one element from each list

How to programmatically solve the 15 (moving numbers) puzzle?

puzzle

Algorithm: Max Counters

c# algorithm puzzle

Race Car Puzzle

algorithm puzzle

Place random non-overlapping rectangles on a panel

algorithm random 2d puzzle

Efficiently reverse the order of the words (not characters) in an array of characters

Pairwise sum of n numbers in non increasing order

algorithm puzzle

Designing a twenty questions algorithm

function with the same name as a macro

c++ c puzzle

Bridge crossing puzzle

algorithm puzzle

Compile time sizeof_array without using a macro

c++ metaprogramming puzzle