Haskell Quiz/Numeric Maze
From HaskellWiki
< Haskell Quiz(Difference between revisions)
(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]] | ||
Current revision
Ruby Quiz #60: This problem involves finding the shortest path from one number to another via three operations: (+2), (*2) and (/2).
