Eight queens puzzle

ID: eight-queens-puzzle

The Eight Queens puzzle is a classic problem in computer science and combinatorial optimization. It involves placing eight chess queens on an 8x8 chessboard in such a way that no two queens threaten each other. This means that no two queens can share the same row, column, or diagonal.

New to topics? Read the docs here!