Difference between revisions of "99 questions/80 to 89"

From HaskellWiki
Jump to navigation Jump to search
m (99 questions/81 to 90 moved to 99 questions/80 to 89)
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.
   
  +
== Graphs ==
 
 
== Problem 81 ==
+
== Problem 80 ==
   
 
<Problem description>
 
<Problem description>
Line 25: Line 26:
 
<description of implementation>
 
<description of implementation>
 
 
 
== Problem 82 ==
+
== Problem 81 ==
   
 
<Problem description>
 
<Problem description>
Line 44: Line 46:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 83 ==
+
== Problem 82 ==
   
 
<Problem description>
 
<Problem description>
Line 63: Line 65:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 84 ==
+
== Problem 83 ==
   
 
<Problem description>
 
<Problem description>
Line 82: Line 84:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 85 ==
+
== Problem 84 ==
   
 
<Problem description>
 
<Problem description>
Line 101: Line 103:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 86 ==
+
== Problem 85 ==
   
 
<Problem description>
 
<Problem description>
Line 120: Line 122:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 87 ==
+
== Problem 86 ==
   
 
<Problem description>
 
<Problem description>
Line 139: Line 141:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 88 ==
+
== Problem 87 ==
   
 
<Problem description>
 
<Problem description>
Line 158: Line 160:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 89 ==
+
== Problem 88 ==
   
 
<Problem description>
 
<Problem description>
Line 177: Line 179:
 
<description of implementation>
 
<description of implementation>
 
 
== Problem 90 ==
+
== Problem 89 ==
   
 
<Problem description>
 
<Problem description>
Line 195: Line 197:
   
 
<description of implementation>
 
<description of implementation>
 
   
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]

Revision as of 00:44, 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.

Graphs

Problem 80

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>


Problem 81

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 82

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 83

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 84

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 85

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 86

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 87

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 88

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>

Problem 89

<Problem description>

Example:
<example in lisp>

Example in Haskell:
<example in Haskell>

Solution:

<solution in haskell>

<description of implementation>