Hmm, this sounds suspiciously like "homework help"... ;)
Anyway, to be vaguely helpful, there's a Lisp solution here:
http://anthonyf.wordpress.com/2006/07/07/solving-the-knights-tour/
You can probably port that pretty easily.
(This way even if it is homework "help", there's still work involved for you
to do ;))
razvan.s
@gmail.com wrote:
> Does anybody have any code for solving the knight's tour in Scheme?
> Any help is appreciated. Thank you very much.