Source: wikibot/eight-queens-puzzle

= Eight queens puzzle
{wiki=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.