Difference between revisions of "99 questions/Solutions"

From HaskellWiki
Jump to navigation Jump to search
(stub 46-50 links)
(stub links for rest of solution pages)
Line 6: Line 6:
 
* [[99_questions/31_to_41|Questions 31 to 41]]: Arithmetic -- [[/31]], [[/32]], [[/33]], [[/34]], [[/35]], [[/36]], [[/37]], [[/39]], [[/40]], [[/41]]
 
* [[99_questions/31_to_41|Questions 31 to 41]]: Arithmetic -- [[/31]], [[/32]], [[/33]], [[/34]], [[/35]], [[/36]], [[/37]], [[/39]], [[/40]], [[/41]]
 
* [[99_questions/46_to_50|Questions 46 to 50]]: Logic and codes -- [[/46]], [[/47]], [[/48]], [[/49]], [[/50]]
 
* [[99_questions/46_to_50|Questions 46 to 50]]: Logic and codes -- [[/46]], [[/47]], [[/48]], [[/49]], [[/50]]
* [[99_questions/54A_to_60|Questions 54A to 60]]: Binary trees
+
* [[99_questions/54A_to_60|Questions 54A to 60]]: Binary trees -- [[/54A]], [[/55]], [[/56]], [[/57]], [[/58]], [[/59]], [[/60]]
  +
* [[99_questions/61_to_69|Questions 61 to 69]]: Binary trees, continued -- [[/60]], [[/61]], [[/62]], [[/63]], [[/64]], [[/65]], [[/66]], [[/67]], [[/68]], [[/69]]
** TODO
 
* [[99_questions/61_to_69|Questions 61 to 69]]: Binary trees, continued
+
* [[99_questions/70B_to_73|Questions 70B to 73]]: Multiway trees -- [[/70B]], [[/71]], [[/72]], [[/73]]
  +
* [[99_questions/80_to_89|Questions 80 to 89]]: Graphs -- [[/80]], [[/81]], [[/82]], [[/83]], [[/84]], [[/85]], [[/86]], [[/87]], [[/88]], [[/89]]
** TODO
 
* [[99_questions/70B_to_73|Questions 70B to 73]]: Multiway trees
+
* [[99_questions/90_to_94|Questions 90 to 94]]: Miscellaneous problems -- [[/90]], [[/91]], [[/92]], [[/93]], [[/94]]
 
* [[99_questions/95_to_99|Questions 95 to 99]]: Miscellaneous problems, continued -- [[/95]], [[/96]], [[/97]], [[/98]], [[/99]]
** TODO
 
* [[99_questions/80_to_89|Questions 80 to 89]]: Graphs
 
** TODO
 
* [[99_questions/90_to_94|Questions 90 to 94]]: Miscellaneous problems
 
** TODO
 
* [[99_questions/95_to_99|Questions 95 to 99]]: Miscellaneous problems, continued
 
** TODO
 

Revision as of 21:35, 13 July 2010

This page links to solutions for H-99: Ninety-Nine Haskell Problems, with one page for each solution.