StyleInCode

RSS

 

Posts

Eight Queens Puzzle

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

Mandelbrot Set

Displaying the Mandelbrot Set using OCaml.

Tower of Hanoi

Solving the Tower of Hanoi with Haskell.

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.

Wonderland Number

Wonderland is a strange place. There is a wonderland number that is also quite strange.

Card Game - War

War - a version of the classic card game.

Alphabet Cipher

Alphabet Cipher - a Lewis Carroll method to send encrypted messages.

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.

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