|
|
Line 1: |
Line 1: |
− | __NOTOC__
| + | #REDIRECT [[99_questions/70B to 73]] |
− | | |
− | These are Haskell translations of [http://www.ic.unicamp.br/~meidanis/courses/mc336/2006s2/funcional/L-99_Ninety-Nine_Lisp_Problems.html 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.
| |
− | | |
− |
| |
− | == Problem 71 ==
| |
− | | |
− | <Problem description>
| |
− | | |
− | <pre>
| |
− | Example:
| |
− | <example in lisp>
| |
− | | |
− | Example in Haskell:
| |
− | <example in Haskell>
| |
− | </pre>
| |
− | | |
− | Solution:
| |
− | <haskell>
| |
− | <solution in haskell>
| |
− | </haskell>
| |
− | | |
− | <description of implementation>
| |
− |
| |
− | == Problem 72 ==
| |
− | | |
− | <Problem description>
| |
− | | |
− | <pre>
| |
− | Example:
| |
− | <example in lisp>
| |
− | | |
− | Example in Haskell:
| |
− | <example in Haskell>
| |
− | </pre>
| |
− | | |
− | Solution:
| |
− | <haskell>
| |
− | <solution in haskell>
| |
− | </haskell>
| |
− | | |
− | <description of implementation>
| |
− |
| |
− | == Problem 73 ==
| |
− | | |
− | <Problem description>
| |
− | | |
− | <pre>
| |
− | Example:
| |
− | <example in lisp>
| |
− | | |
− | Example in Haskell:
| |
− | <example in Haskell>
| |
− | </pre>
| |
− | | |
− | Solution:
| |
− | <haskell>
| |
− | <solution in haskell>
| |
− | </haskell>
| |
− | | |
− | <description of implementation>
| |
− | | |
− | [[Category:Tutorials]]
| |