Difference between revisions of "Blog articles/Exercises"

From HaskellWiki
Jump to navigation Jump to search
Line 57: Line 57:
 
=== Word numbers ===
 
=== Word numbers ===
   
  +
* Solving the word numbers problem:
*[http://conway.rutgers.edu/~ccshan/wiki/blog/posts/WordNumbers1/ Word numbers, Part 1: Billion approaches]
+
**[http://conway.rutgers.edu/~ccshan/wiki/blog/posts/WordNumbers1/ Part 1: Billion approaches]
  +
**[http://conway.rutgers.edu/~ccshan/wiki/blog/posts/WordNumbers2/ Part 2]
  +
**[http://conway.rutgers.edu/~ccshan/wiki/blog/posts/WordNumbers3/ Part 3: Binary Search]
   
 
=== Games ===
 
=== Games ===

Revision as of 16:13, 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