Difference between revisions of "Haskell Quiz/Numeric Maze"

From HaskellWiki
Jump to navigation Jump to search
(fix cat sort)
 
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]]

Latest revision as of 22:12, 10 August 2008

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

The Problem

Solutions