Difference between revisions of "Blog articles/Exercises"

From HaskellWiki
Jump to navigation Jump to search
Line 54: Line 54:
 
=== Chris' Puzzle ===
 
=== Chris' Puzzle ===
 
*[http://cdsmith.wordpress.com/2007/07/17/a-neat-problem/ A neat game with a really neat solution: puzzle fun in Haskell]
 
*[http://cdsmith.wordpress.com/2007/07/17/a-neat-problem/ A neat game with a really neat solution: puzzle fun in Haskell]
  +
  +
=== Word numbers ===
  +
  +
*[http://conway.rutgers.edu/~ccshan/wiki/blog/posts/WordNumbers1/ Word numbers, Part 1: Billion approaches]
   
 
=== Games ===
 
=== Games ===

Revision as of 02:10, 30 July 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