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]
  +
  +
===N-Queens===
  +
  +
* [http://therning.org/magnus/archives/330 N-Queens in Haskell]
   
 
=== The Google Code Jam "countPaths" problem ===
 
=== The Google Code Jam "countPaths" problem ===

Revision as of 00:31, 9 December 2007


Programming exercises in Haskell

Particular exercises

Prime sieves

Supermarket Pricing

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