Difference between revisions of "Blog articles/Exercises"

From HaskellWiki
Jump to navigation Jump to search
Line 20: Line 20:
 
* [http://realfiction.net/?q=node/123 Decision making]
 
* [http://realfiction.net/?q=node/123 Decision making]
 
* [http://byorgey.wordpress.com/2007/06/21/solving-an-arithmetic-puzzle-with-haskell/ Solving an arithmetic puzzle with Haskell]
 
* [http://byorgey.wordpress.com/2007/06/21/solving-an-arithmetic-puzzle-with-haskell/ Solving an arithmetic puzzle with Haskell]
  +
* [http://www.perlmonks.org/?node_id=632023 Break a string into pieces]
   
 
== Particular exercises ==
 
== Particular exercises ==

Revision as of 16:27, 23 September 2007


Programming exercises in Haskell

Particular exercises

Prime sieves

Supermarket Pricing

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