Difference between revisions of "Blog articles/Exercises"

From HaskellWiki
Jump to navigation Jump to search
m (just added another link)
 
Line 78: Line 78:
 
* [http://www.joachim-breitner.de/blog/archives/139-Haskell-as-a-puzzle-Solver.html Haskell as a puzzle solver]
 
* [http://www.joachim-breitner.de/blog/archives/139-Haskell-as-a-puzzle-Solver.html Haskell as a puzzle solver]
 
* [http://myawesomeblag.blogspot.com/2007/03/opengl-tetris-in-haskell.html OpenGL tetris in Haskell]
 
* [http://myawesomeblag.blogspot.com/2007/03/opengl-tetris-in-haskell.html OpenGL tetris in Haskell]
  +
* [http://hmastermind.blogspot.com/ Mastermind Game for Haskell]

Latest revision as of 06:00, 20 February 2008


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