Haskell Quiz/Knight's Travails

From HaskellWiki
< Haskell Quiz
Revision as of 05:33, 4 February 2007 by Nedervold (talk | contribs) (Haskell Quiz/Knight's Trevails moved to Haskell Quiz/Knight's Travails)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

RubyQuiz #27: A program that calculates the shortest path between 2 squares on a chess board using only Knight moves (and with optional list of forbidden squares)

The Problem

Solutions