leetcode. com Problem Statement Place N queens on an N x N chessboard such that: No two queens attack each other. Queens cannot share: Row Column Diagonal Return all possible valid board configurations.

Source: [Dev.to](https://dev.to/jaspreet_singh_86ae1740ac/n-queens-backtracking-17m3)

Sponsored