Haskell Quiz/Knight's Travails

From HaskellWiki
< Haskell Quiz
Revision as of 09:09, 6 December 2009 by Nroets (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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