| |
| |
Eight queens puzzle - Wikipedia, the free encyclopedia |
 | | The eight queens puzzle is the problem of putting eight chess queens on an 8×8 chessboard such that none of them is able to capture any other using the standard chess queen's moves. |
 | | 20 queens (remainder 8): 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 3, 1, 7, 5, 11, 9, 15, 13, 19, 17. |
 | | Most often, it is used as an example of a problem which can be solved with a recursive algorithm, by phrasing the n queens problem inductively in terms of adding a single queen to any solution to the n−1 queens problem. |
| en.wikipedia.org /wiki/Eight_queens_puzzle (1715 words) |
|