Skip to content
#

nqueens-solution

Here are 35 public repositories matching this topic...

The solution is [3,1,2,4]. The first queen should be placed in the 1st row 3rd column, the second queen should be placed in 2nd row 1st column, the third queen should be placed in 3rd row 2nd column and finally, the 4rth queen should be placed in 4rth row 4rth column.

  • Updated May 28, 2023
  • Python

Improve this page

Add a description, image, and links to the nqueens-solution 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 nqueens-solution topic, visit your repo's landing page and select "manage topics."

Learn more