The eight queens puzzle is the problem of placing eight chessqueens 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. There are 92 solutions. The problem was first posed in the mid-19th century. In the modern era, it is often used as an example problem for various computer programming techniques.
The eight queens puzzle is a special case of the more general n queens problem of placing n non-attacking queens on an n×n chessboard. Solutions exist for all natural numbersn with the exception of n = 2 and n = 3. Although the exact number of solutions is only known for n ≤ 27, the asymptotic growth rate of the number of solutions is approximately (0.143 n)n.
History
Chess composerMax Bezzel published the eight queens puzzle in 1848. Franz Nauck published the first solutions in 1850.[1] Nauck also extended the puzzle to the n queens problem, with n queens on a chessboard of n×n squares.
The problem of finding all solutions to the 8-queens problem can be quite computationally expensive, as there are 4,426,165,368 possible arrangements of eight queens on an 8×8 board,[a] but only 92 solutions. It is possible to use shortcuts that reduce computational requirements or rules of thumb that avoids brute-force computational techniques. For example, by applying a simple rule that chooses one queen from each column, it is possible to reduce the number of possibilities to 16,777,216 (that is, 88) possible combinations. Generating permutations further reduces the possibilities to just 40,320 (that is, 8!), which can then be checked for diagonal attacks.
The eight queens puzzle has 92 distinct solutions. If solutions that differ only by the symmetry operations of rotation and reflection of the board are counted as one, the puzzle has 12 solutions. These are called fundamental solutions; representatives of each are shown below.
A fundamental solution usually has eight variants (including its original form) obtained by rotating 90, 180, or 270° and then reflecting each of the four rotational variants in a mirror in a fixed position. However, one of the 12 fundamental solutions (solution 12 below) is identical to its own 180° rotation, so has only four variants (itself and its reflection, its 90° rotation and the reflection of that).[b] Thus, the total number of distinct solutions is 11×8 + 1×4 = 92.
Brute-force algorithms to count the number of solutions are computationally manageable for n = 8, but would be intractable for problems of n ≥ 20, as 20! = 2.433 × 1018. If the goal is to find a single solution, one can show solutions exist for all n ≥ 4 with no search whatsoever.[3][4]
These solutions exhibit stair-stepped patterns, as in the following examples for n = 8, 9 and 10:
a
b
c
d
e
f
g
h
8
8
7
7
6
6
5
5
4
4
3
3
2
2
1
1
a
b
c
d
e
f
g
h
Staircase solution for 8 queens
a
b
c
d
e
f
g
h
i
9
9
8
8
7
7
6
6
5
5
4
4
3
3
2
2
1
1
a
b
c
d
e
f
g
h
i
Staircase solution for 9 queens
a
b
c
d
e
f
g
h
i
j
10
10
9
9
8
8
7
7
6
6
5
5
4
4
3
3
2
2
1
1
a
b
c
d
e
f
g
h
i
j
Staircase solution for 10 queens
The examples above can be obtained with the following formulas.[3] Let (i, j) be the square in column i and row j on the n × n chessboard, k an integer.
There is no known formula for the exact number of solutions for placing n queens on an n × n board i.e. the number of independent sets of size n in an n × nqueen's graph. The 27×27 board is the highest-order board that has been completely enumerated.[5] The following tables give the number of solutions to the n queens problem, both fundamental (sequence A002562 in the OEIS) and all (sequence A000170 in the OEIS), for all known cases.
n
fundamental
all
1
1
1
2
0
0
3
0
0
4
1
2
5
2
10
6
1
4
7
6
40
8
12
92
9
46
352
10
92
724
11
341
2,680
12
1,787
14,200
13
9,233
73,712
14
45,752
365,596
15
285,053
2,279,184
16
1,846,955
14,772,512
17
11,977,939
95,815,104
18
83,263,591
666,090,624
19
621,012,754
4,968,057,848
20
4,878,666,808
39,029,188,884
21
39,333,324,973
314,666,222,712
22
336,376,244,042
2,691,008,701,644
23
3,029,242,658,210
24,233,937,684,440
24
28,439,272,956,934
227,514,171,973,736
25
275,986,683,743,434
2,207,893,435,808,352
26
2,789,712,466,510,289
22,317,699,616,364,044
27
29,363,495,934,315,694
234,907,967,154,122,528
The number of placements in which furthermore no three queens lie on any straight line is known for (sequence A365437 in the OEIS).
Asymptotic enumeration
In 2021, Michael Simkin proved that for large numbers n, the number of solutions of the n queens problem is approximately .[6] More precisely, the number of solutions has asymptotic growth
where is a constant that lies between 1.939 and 1.945.[7] (Here o(1) represents little o notation.)
If one instead considers a toroidal chessboard (where diagonals "wrap around" from the top edge to the bottom and from the left edge to the right), it is only possible to place n queens on an board if In this case, the asymptotic number of solutions is[8][9]
Related problems
Higher dimensions
Find the number of non-attacking queens that can be placed in a d-dimensional chess space of size n. More than n queens can be placed in some higher dimensions (the smallest example is four non-attacking queens in a 3×3×3 chess space), and it is in fact known that for any k, there are higher dimensions where nk queens do not suffice to attack all spaces.[10][11]
Using pieces other than queens
On an 8×8 board one can place 32 knights, or 14 bishops, 16 kings or 8 rooks, so that no two pieces attack each other. In the case of knights, an easy solution is to place one on each square of a given color, since they move only to the opposite color. The solution is also easy for rooks and kings. Sixteen kings can be placed on the board by dividing it into 2-by-2 squares and placing the kings at equivalent points on each square. Placements of n rooks on an n×n board are in direct correspondence with order-npermutation matrices.
Chess variations
Related problems can be asked for chess variations such as shogi. For instance, the n+k dragon kings problem asks to place kshogi pawns and n+k mutually nonattacking dragon kings on an n×n shogi board.[12]
Nonstandard boards
Pólya studied the n queens problem on a toroidal ("donut-shaped") board and showed that there is a solution on an n×n board if and only if n is not divisible by 2 or 3.[13]
Domination
Given an n×n board, the domination number is the minimum number of queens (or other pieces) needed to attack or occupy every square. For n = 8 the queen's domination number is 5.[14][15]
Queens and other pieces
Variants include mixing queens with other pieces; for example, placing m queens and m knights on an n×n board so that no piece attacks another[16] or placing queens and pawns so that no two queens attack each other.[17]
Consider a matrix with one primary column for each of the n ranks of the board, one primary column for each of the n files, and one secondary column for each of the 4n − 6 nontrivial diagonals of the board. The matrix has n2 rows: one for each possible queen placement, and each row has a 1 in the columns corresponding to that square's rank, file, and diagonals and a 0 in all the other columns. Then the n queens problem is equivalent to choosing a subset of the rows of this matrix such that every primary column has a 1 in precisely one of the chosen rows and every secondary column has a 1 in at most one of the chosen rows; this is an example of a generalized exact cover problem, of which sudoku is another example.
n-queens completion
The completion problem asks whether, given an n×n chessboard on which some queens are already placed, it is possible to place a queen in every remaining row so that no two queens attack each other. This and related questions are NP-complete and #P-complete.[19] Any placement of at most n/60 queens can be completed, while there are partial configurations of roughly n/4 queens that cannot be completed.[20]
Finding all solutions to the eight queens puzzle is a good example of a simple but nontrivial problem. For this reason, it is often used as an example problem for various programming techniques, including nontraditional approaches such as constraint programming, logic programming or genetic algorithms. Most often, it is used as an example of a problem that can be solved with a recursivealgorithm, by phrasing the n queens problem inductively in terms of adding a single queen to any solution to the problem of placing n−1 queens on an n×n chessboard. The induction bottoms out with the solution to the 'problem' of placing 0 queens on the chessboard, which is the empty chessboard.
This technique can be used in a way that is much more efficient than the naïve brute-force search algorithm, which considers all 648 = 248 = 281,474,976,710,656 possible blind placements of eight queens, and then filters these to remove all placements that place two queens either on the same square (leaving only 64!/56! = 178,462,987,637,760 possible placements) or in mutually attacking positions. This very poor algorithm will, among other things, produce the same results over and over again in all the different permutations of the assignments of the eight queens, as well as repeating the same computations over and over again for the different sub-sets of each solution. A better brute-force algorithm places a single queen on each row, leading to only 88 = 224 = 16,777,216 blind placements.
It is possible to do much better than this.
One algorithm solves the eight rooks puzzle by generating the permutations of the numbers 1 through 8 (of which there are 8! = 40,320), and uses the elements of each permutation as indices to place a queen on each row.
Then it rejects those boards with diagonal attacking positions.
The backtrackingdepth-first search program, a slight improvement on the permutation method, constructs the search tree by considering one row of the board at a time, eliminating most nonsolution board positions at a very early stage in their construction.
Because it rejects rook and diagonal attacks even on incomplete boards, it examines only 15,720 possible queen placements.
A further improvement, which examines only 5,508 possible queen
placements, is to combine the permutation based method with the early
pruning method: the permutations are generated depth-first, and
the search space is pruned if the partial permutation produces a
diagonal attack.
Constraint programming can also be very effective on this problem.
An alternative to exhaustive search is an 'iterative repair' algorithm, which typically starts with all queens on the board, for example with one queen per column.[21] It then counts the number of conflicts (attacks), and uses a heuristic to determine how to improve the placement of the queens. The 'minimum-conflicts' heuristic – moving the piece with the largest number of conflicts to the square in the same column where the number of conflicts is smallest – is particularly effective: it easily finds a solution to even the 1,000,000 queens problem.[22][23]
Unlike the backtracking search outlined above, iterative repair does not guarantee a solution: like all greedy procedures, it may get stuck on a local optimum. (In such a case, the algorithm may be restarted with a different initial configuration.) On the other hand, it can solve problem sizes that are several orders of magnitude beyond the scope of a depth-first search.
As an alternative to backtracking, solutions can be counted by recursively enumerating valid partial solutions, one row at a time. Rather than constructing entire board positions, blocked diagonals and columns are tracked with bitwise operations. This does not allow the recovery of individual solutions.[24][25]
Sample program
The following program is a translation of Niklaus Wirth's solution into the Python programming language, but does without the index arithmetic found in the original and instead uses lists to keep the program code as simple as possible. By using a coroutine in the form of a generator function, both versions of the original can be unified to compute either one or all of the solutions. Only 15,720 possible queen placements are examined.[26][27]
The following program is an implementation of Donald Knuth's informal description of the solution on Page 31, Section 7.2.2 Backtrack Programming from The Art of Computer Programming, Volume 4B into the Python programming language.[28]
In the game The 7th Guest, the 8th Puzzle: "The Queen's Dilemma" in the game room of the Stauf mansion is the de facto eight queens puzzle.[29]: 48–49, 289–290
^Other symmetries are possible for other values of n. For example, there is a placement of five nonattacking queens on a 5×5 board that is identical to its own 90° rotation. Such solutions have only two variants (itself and its reflection). If n > 1, it is not possible for a solution to be equal to its own reflection because that would require two queens to be facing each other.
References
^ abW. W. Rouse Ball (1960) "The Eight Queens Problem", in Mathematical Recreations and Essays, Macmillan, New York, pp. 165–171.
^G. Pólya, Uber die "doppelt-periodischen" Losungen des n-Damen-Problems, George Pólya: Collected papers Vol. IV, G-C. Rota, ed., MIT Press, Cambridge, London, 1984, pp. 237–247
^O. Demirörs, N. Rafraf, and M.M. Tanik. Obtaining n-queens solutions from magic squares and constructing magic squares from n-queens solutions. Journal of Recreational Mathematics, 24:272–280, 1992
^Wirth, Niklaus (2012) [orig. 2004]. "The Eight Queens Problem". Algorithms and Data Structures(PDF). Oberon version with corrections and authorized modifications. pp. 114–118.
^Knuth, Donald Ervin (2023). The art of computer programming. volume 4B part 2: Combinatorial algorithms. Boston Munich: Addison-Wesley. ISBN978-0-201-03806-4.
On The Modular N-Queen Problem in Higher Dimensions, Ricardo Gomez, Juan Jose Montellano and Ricardo Strausz (2004), Instituto de Matematicas, Area de la Investigacion Cientifica, Circuito Exterior, Ciudad Universitaria, Mexico.
Wirth, Niklaus (2004) [updated 2012]. "The Eight Queens Problem". Algorithms and Data Structures(PDF). Oberon version with corrections and authorized modifications. pp. 114–118.