n-queens solver demonstration in scheme/lisp

this is a demonstration of the backtracking method of solving the n-queens problem, written in scheme (a dialect of lisp)

it demonstrates how the algorithm plays out. find more about backtracking, n-queens and scheme at wikipedia

http://en.wikipedia.org/wiki/Backtracking
http://en.wikipedia.org/wiki/N-queens
http://en.wikipedia.org/wiki/Scheme_%28programming_language%29

Duration : 0:0:46



Leave a Reply

Posted on September 10th, 2007 by admin

Filed under Lisp |

|