StyleInCode

RSS

 

Various

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.

Sorting It Out

Sorting It Out - minus conventional sorting algorithms.

Six Letters

Six Letters - addressing conflicting objectives: clarity, speed and extendibility.

Anagrams

Anagrams - a simple challenge.

Spell Checker

Spell Checker - an experiment with Bloom filters.

Data Munging

Data Munging - don’t repeat yourself.

FizzBuzz

FizzBuzz - a simple experiment in test-driven development.

Categories

Links