Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 188 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 188 Bytes

nqueens

Solutions of the N-Queens Problem

board.py is a Python chess board helper class for solution for the n-queens problem.

queens.py is a Python solution for the N-Queens problem.