A classic problem where the algorithm tries to place N queens on an N×N chessboard so that no two queens threaten each other.
Explain code with DocComment! Try out your own code!