We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
An N-Queen Problem solver.
nqueen.py [-h] [--pretty]
nqueen.py reads integers and prints corresponding solutions until EOF.It is intendent to work using both Python 2.X and Python 3.X interpreters.
nqueen.py
-h
--help
--pretty
--queen-char CHAR
MIT