Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 243 Bytes

File metadata and controls

8 lines (5 loc) · 243 Bytes

Follow up for N-Queens problem.

Now, instead outputting board configurations, return the total number of distinct solutions.

Show Tags Backtracking