N-Queens Problem
1) Describe the Question with Example
Question: Place 4 queens on a 4x4 chessboard so that no two queens threaten each other. This means:
No two queens share the same row.
No two queens share the same column.
No two queens share the same diagonal....
lietcode.hashnode.dev4 min read