H-99: Ninety-Nine Haskell Problems
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
1 The problems
These problems have been split into 11 parts, for ease of access.- Questions 1 to 10: Lists
- Questions 11 to 20: Lists, continued
- Questions 21 to 28: Lists again
- Questions 31 to 41: Arithmetic
- Questions 46 to 50: Logic and codes
- Questions 54A to 60: Binary trees
- Questions 61 to 69: Binary trees, continued
- Questions 70B to 73: Multiway trees
- Questions 80 to 89: Graphs
- Questions 90 to 94: Miscellaneous problems
- Questions 95 to 99: Miscellaneous problems, continued
2 Solutions
Known solutions are listed at 99 questions/Solutions. We still lack Haskell solutions to problems 80,82,83,85,86 and 94. Please update this page if you find solutions to these. Some of those we have could do with cleaning up or additional solutions.3 References
- P-99: Ninety-Nine Prolog Problems contains Prolog solutions to all the problems.
- L-99: Ninety-Nine Lisp Problems contains Lisp solutions to problems 1-11, 14, 15, 17 and 20-28.
- 99 Problems in Perl 6 has an increasing number of Perl 6 solutions (running on Pugs).
- 99 Problems in OCaml contains Ocaml solutions to many problems.
No comments:
Post a Comment
Thank you