Difference between revisions of "Haskell Quiz/Knight's Travails"

From HaskellWiki
Jump to navigation Jump to search
(Page for 'Knight's Travail' quiz added)
 
m (Knight's Trevails moved to Haskell Quiz/Knight's Trevails)

Revision as of 22:49, 3 February 2007

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