Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 283 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 283 Bytes

n-Queens Problem (graph implementation)

Execute o programa com:

$ python main.py <n>

Ex:

$ python main.py 7

Caso seja executado sem o último argumento,

$ python main.py

Por default, o valor de n será 8.


Python 2.7.15+