summaryrefslogtreecommitdiffstats
path: root/Demo/scripts/queens.py
Commit message (Collapse)AuthorAgeFilesLines
* 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