Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 114 Bytes

File metadata and controls

4 lines (3 loc) · 114 Bytes

N-Queens-With-Variable-Starting-Point

Solve N queens using backtracking.

Code inspired from geeksforgeeks.com