Difference between revisions of "Blog articles/Exercises"

From HaskellWiki
Jump to navigation Jump to search
m (just added another link)
 
(3 intermediate revisions by one other user not shown)
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://byorgey.wordpress.com/2007/08/13/rationals/ The Rationals]
 
* [http://www.perlmonks.org/?node_id=632023 Break a string into pieces]
 
* [http://www.perlmonks.org/?node_id=632023 Break a string into pieces]
   
Line 30: 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]
  +
  +
===Ball Clock Puzzle===
  +
  +
* [http://the-little-haskeller.blogspot.com/2007/11/solve-ball-clock-puzzle-in-python-and.html Solve Ball Clock Puzzle in Python and 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 ===
Line 69: 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