5 queens

Fredrik Lundh fredrik at pythonware.com
Sat Dec 22 17:37:34 EST 2007


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>




More information about the Python-list mailing list