Difference between revisions of "Blog articles/Exercises"

From HaskellWiki
Jump to navigation Jump to search
Line 31: Line 31:
 
=== Supermarket Pricing ===
 
=== Supermarket Pricing ===
 
* [http://blog.moertel.com/articles/2006/04/28/the-supermarket-pricing-kata-in-haskell The Supermarket Pricing Kata in Haskell]
 
* [http://blog.moertel.com/articles/2006/04/28/the-supermarket-pricing-kata-in-haskell The Supermarket Pricing Kata in Haskell]
  +
  +
===Ball Clock Puzzle===
  +
  +
* [http://the-little-haskeller.blogspot.com/2007/11/solve-ball-clock-puzzle-in-python-and.html Solve Ball Clock Puzzle in Python and Haskell]
   
 
===N-Queens===
 
===N-Queens===

Revision as of 00:35, 9 December 2007


Programming exercises in Haskell

Particular exercises

Prime sieves

Supermarket Pricing

Ball Clock Puzzle

N-Queens

The Google Code Jam "countPaths" problem

Secret Santas in Haskell

Run length encoding

The bowling puzzle

Norvig's spell checker

Chris' Puzzle

Word numbers

Games