Personal tools

Haskell Quiz/Numeric Maze

From HaskellWiki

< Haskell Quiz(Difference between revisions)
Jump to: navigation, search
(fix cat sort)
Current revision (22:12, 10 August 2008) (edit) (undo)
 
Line 8: Line 8:
* [[Haskell Quiz/Numeric Maze/Solution Dolio|Dan Doel]]
* [[Haskell Quiz/Numeric Maze/Solution Dolio|Dan Doel]]
 +
* [[Haskell Quiz/Numeric Maze/Solution Ninju|Alex Watt]]
[[Category:Haskell Quiz|Numeric Maze]]
[[Category:Haskell Quiz|Numeric Maze]]

Current revision

Ruby Quiz #60: This problem involves finding the shortest path from one number to another via three operations: (+2), (*2) and (/2).

1 The Problem

2 Solutions