Michael Spencer wrote:

> Tim Peters has a solution to 8 queens in test_generators in the standard 
> library 
> test suite (see: Lib/test/test_generators.py)

and for a more straightforward and perhaps more grokkable 
implementation, see Guido's original Python demo code in 
Demo/scripts/queens.py

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to