All project are Eclipse Java projects, project descriptor are in the repository.

Biggest64bitUnsignedInteger/

Given 10^12 64 bit uniformly random unsigned integers, select the smallest 10^6. (+ junit test)

BlockingQueue/

Simple blocking queue (+ junit test)

PrerequisitesClasses/

Taken from topcoder.com, Class ordering with predecessor...

EightQueensPuzzle/

First version of Eight Queens Puzzle, UI is pretty basic (Swing). For the first version the code is not beautiful, UI as well. The program is able to output one solution to the puzzle.