Skip to content
#

nqueens-problem

Here are 165 public repositories matching this topic...

The N Queens problem is a classic computer science problem that asks how to place N chess queens on an NxN chessboard such that no two queens threaten each other. It's used to study algorithms and artificial intelligence as it requires finding a solution that satisfies multiple constraints and making choices based on previous decisions.

  • Updated Feb 13, 2023
  • Kotlin

Improve this page

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

Learn more