Personal tools

Haskell Quiz/Knight's Travails

From HaskellWiki

< Haskell Quiz
Revision as of 22:46, 3 February 2007 by Spookylukey (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, 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)

1 The Problem

2 Solutions