8 Queens Problem

Fredrik Lundh fredrik at pythonware.com
Mon Jul 15 15:06:57 EDT 2002


Grant Edwards wrote:

> Or, if you like obvious silliness, here's one with a Tkinter
> user-interface that shows the chess-board as it solves the
> problem...
>
> ftp://ftp.visi.com/users/grante/python/queens.py

if slightly silly is silly enough, there's a console version
in my windows console package:

    http://effbot.org/efflib/console/index.htm

this is based on Guido's sample implementation in Python's
demo directory (look under Demo/scripts).

</F>





More information about the Python-list mailing list