The NQUEENS.xls Model

The N Queens Problem

View the model
Download the model

Given an N*N chessboard, place N Queens on it so that:

Each row has one Queen,
Each column has one Queen,
Each lower left to upper right diagonal has at most one Queen,
Each upper left to lower right diagonal has at most one Queen.

Keywords:

Chess | Queens Problem | N Queens Problem | Puzzle |