summaryrefslogtreecommitdiffstats
path: root/Demo/scripts/queens.py
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵Georg Brandl2010-12-301-85/+0
| | | | demo to Tools, and remove all the other Demo content.
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* Merged revisions 75354 via svnmerge fromGeorg Brandl2009-10-111-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75354 | georg.brandl | 2009-10-11 16:23:49 +0200 (So, 11 Okt 2009) | 1 line Update lpwatch script. ........
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-7/+7
| | | | lingering print statements.
* A solution to the classic N queens problem.Guido van Rossum2000-11-161-0/+85