Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 201 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 201 Bytes

N-Queens-Lightweight

A quick solution for the N-Queens puzzle I wrote to revise for my final exams. x is the row, y is the column. Indices of rows and columns start at 1 and go up to n inclusively.