Difference between revisions of "99 questions/90 to 94"

From HaskellWiki
Jump to navigation Jump to search
m (99 questions/91 to 100 moved to 99 questions/90 to 99)
Line 5: Line 5:
 
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 lisp>,<example in Haskell>,<solution in haskell> and <description of implementation> fields.
 
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 lisp>,<example in Haskell>,<solution in haskell> and <description of implementation> fields.
   
  +
== Miscellaneous problems ==
 
  +
== Problem 91 ==
+
== Problem 90 ==
   
 
<Problem description>
 
<Problem description>
Line 24: Line 25:
   
 
<description of implementation>
 
<description of implementation>
+
== Problem 92 ==
+
== Problem 91 ==
   
 
<Problem description>
 
<Problem description>
Line 44: Line 45:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 93 ==
+
== Problem 92 ==
   
 
<Problem description>
 
<Problem description>
Line 63: Line 64:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 94 ==
+
== Problem 93 ==
   
 
<Problem description>
 
<Problem description>
Line 82: Line 83:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 95 ==
+
== Problem 94 ==
   
 
<Problem description>
 
<Problem description>
Line 101: Line 102:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 96 ==
+
== Problem 95 ==
   
 
<Problem description>
 
<Problem description>
Line 120: Line 121:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 97 ==
+
== Problem 96 ==
   
 
<Problem description>
 
<Problem description>
Line 139: Line 140:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 98 ==
+
== Problem 97 ==
   
 
<Problem description>
 
<Problem description>
Line 158: Line 159:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 99 ==
+
== Problem 98 ==
   
 
<Problem description>
 
<Problem description>
Line 177: Line 178:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 190 ==
+
== Problem 99 ==
   
 
<Problem description>
 
<Problem description>
Line 195: Line 196:
   
 
<description of implementation>
 
<description of implementation>
  +
 
   
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]

Revision as of 00:45, 13 December 2006


These are Haskell translations of Ninety Nine Lisp 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 lisp>,<example in Haskell>,<solution in haskell> and <description of implementation> fields.

Miscellaneous problems

Problem 90

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 91

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 92

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 93

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 94

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 95

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 96

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 97

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 98

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 99

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>