Favorite non-python language trick?
Terry Reedy
tjreedy at udel.edu
Thu Jun 30 00:36:58 EDT 2005
"Paddy" <paddy3118 at netscape.net> wrote in message
news:1120103487.450255.18800 at g44g2000cwa.googlegroups.com...
> The OZ homepage has an example for solving the eight queens problem:
Buried in the generator test module (something like
lib/test/test_generators.py) are solutions for both 8Queens and Knight's
Tour. You might find these of interest.
Terry J. Reedy
More information about the Python-list
mailing list