| More Information on this item |
Our Featured Variant: Try the Chinese game of Xiangqi, one of the most popular and enduring Chess variants in the world.
Rate this page! | Skip to comments
The eight queens problem is a famous problem, and has a long history; it probably is some centuries old. (Who can tell me the origin of this problem?) The problem is also used in education: with many collegues, I use the problem as an example when teaching the principles of backtracking in the algorithms class for computer science students.
In other words: place nine queens and a number of pawns on a chessboard, such that, whenever there are two queens on the same row, column, or diagonal, there is a pawn between them. Find a solution that uses as few pawns as possible.
It is not hard to modify the solution of the eight queens problem that we see above to one for the nine queens problem that uses three pawns.
But, what is the minimum number of pawns needed? Is there a solution with only two pawns? Is there a solution with only one pawn?
The contest was: find a solution with the minimum number of pawns.
303 Tactical Chess PuzzlesA review and more information on the book can be read at: http://www.chessvariants.com/books.dir/303chesspuzzles.html.
by Fred Wilson and Bruce Alberston
For author and/or inventor information on this item see: this item's information page.
Created on: January 03, 2004. Last modified on: March 10, 2004.
This item has comments. View all comments for this item.
Provide feedback on this page!
|
|
Last modified: Monday, December 22, 2008