Skip to content
#

n-queen

Here are 16 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 n-queen 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-queen topic, visit your repo's landing page and select "manage topics."

Learn more