Difference between revisions of "H-99: Ninety-Nine Haskell Problems"

From HaskellWiki
Jump to navigation Jump to search
m (update URL)
Line 24: Line 24:
 
(Though the problems number from 1 to 99, there are some gaps and some additions marked with letters.
 
(Though the problems number from 1 to 99, there are some gaps and some additions marked with letters.
 
There are actually only 88 problems.)
 
There are actually only 88 problems.)
  +
  +
== Solutions ==
  +
  +
The solutions to the first 28 problems are listed on [[99 questions/Solutions]]. Other solutions are embedded in the question pages themselves.
   
 
== Status ==
 
== Status ==

Revision as of 16:48, 13 July 2010


These are Haskell translations of Ninety-Nine Lisp Problems, which are themselves translations of Ninety-Nine Prolog Problems.

If you want to work on one of these, put your name in the block so we know someone's working on it. Then, change n in your block to the appropriate problem number, and fill in the <Problem description>,<example in Haskell>,<solution in haskell> and <description of implementation> fields. Then be sure to update the status on this page to indicate that we have a solution!

The problems

These problems have been split into 11 parts, for ease of access.

(Though the problems number from 1 to 99, there are some gaps and some additions marked with letters. There are actually only 88 problems.)

Solutions

The solutions to the first 28 problems are listed on 99 questions/Solutions. Other solutions are embedded in the question pages themselves.

Status