/Eight-queens-puzzle

The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other. Thus, a solution requires that no two queens share the same row, column, or diagonal.

Primary LanguagePascal

Eight-queens-puzzle

About task

The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other. Thus, a solution requires that no two queens share the same row, column, or diagonal.

About program

The program calculates and displays all 92 possible combinations of the queens.

Algorithm scheme:

Algorithm scheme