StyleInCode

RSS

 

Various

Natural Sort

Natural sorting orders strings in a more human-friendly manner than a purely alphabetical (or ascii) sort order.

Roman Numerals

Roman numerals are a numeral system that originated in ancient Rome.

Knight's Tour

Knight’s Tour - a sequence of moves of a knight on a chessboard such that the knight visits every square exactly once.

Eight Queens Puzzle

Eight Queens Puzzle - placing chess queens so that no two queens challenge each other.

FizzBuzz

FizzBuzz - a simple experiment in test-driven development.

Categories

Links