Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

The “pattern-filling with tiles” puzzle

Modify a given number to find the required sum?

c algorithm math sum puzzle

Why is my simple comparator broken?

java sorting puzzle

How do I programmatically return the max of two integers without using any comparison operators and without using if, else, etc?