Skip to content
#

n-queens-problem

Here are 18 public repositories matching this topic...

N-Queens-Problem

The n-queens puzzle is the problem of placing n queens on a (n×n) chessboard such that no two queens can attack each other. Given an integer n, find all distinct solutions to the n-queens puzzle. Each solution contains distinct board configurations of the n-queens’ placement, where the solutions are a permutation of [1,2,3..n] in increasing orde…

  • Updated Jan 26, 2021
  • C++

Improve this page

Add a description, image, and links to the n-queens-problem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the n-queens-problem topic, visit your repo's landing page and select "manage topics."

Learn more