Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 236 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 236 Bytes

N-Queens problem

N - Queens problem is to place n - queens in such a manner on an n x n chessboard that no queens attack each other by being in the same row, column or diagonal

This program finds these possible solutions.