cf29 wrote:
> Greetings,
> 
> I designed in JavaScript a small program on my website called 5
> queens.
..

  Has anyone tried to do a such script? If anyone is
> interested to help I can show what I've done so far.

Tim Peters has a solution to 8 queens in test_generators in the standard 
library 
test suite (see: Lib/test/test_generators.py)

HTH

Michael

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to