Constructing Solutions (n-Queens Problem)

From Algorithm Wiki
Jump to navigation Jump to search

Description

What are all of the ways can one put $n$ queens on an $n \times n$ chessboard so that no two queens attack each other?

Related Problems

Related: Counting Solutions, n-Queens Completion

Parameters

$n$: number of queens, size of chessboard

Table of Algorithms

Currently no algorithms in our database for the given problem.

References/Citation

https://dl.acm.org/citation.cfm?id=1243380