Re: Knight Problem

2001-02-01 Thread Adrian Hey
On Thu 01 Feb, Christoph M. wrote: > Does anybody know how to solve the "Knight Problem" ? > Cheers, Are you refering to the problem of a "knight's tour" (of a chess board)? If so, the answer is yes, I know how to solve this :-) (I'll explain on the Hask

Re: Knight Problem

2001-02-01 Thread Lars Henrik Mathiesen
> From: "Christoph M." <[EMAIL PROTECTED]> > Date: Fri, 2 Feb 2001 00:15:53 +0100 > Does anybody know how to solve the "Knight Problem" ? If you mean the Knight's Tour problem, the answer is yes. I coded up a version as an independent study back in grad

Re: Knight Problem

2001-02-01 Thread Doug Landauer
> Does anybody know how to solve the "Knight Problem" ? Yeah, fire him from U of I, and don't let him coach any more basketball teams!!! ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

Knight Problem

2001-02-01 Thread Christoph M.
Hi ! Does anybody know how to solve the "Knight Problem" ? Cheers, Christoph ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell