Thanks to visit codestin.com
Credit goes to github.com

Skip to content
#

8-queens

Here are 30 public repositories matching this topic...

A 8-Queens Solver that solves a common AI problem of placing 8 queens on a 8x8 board without any conflicts between the queens. Built using Tkinter (for UI) and Python. Includes two algorithms i.e. BFS (Breadth-First Search) and CSP (Constraint Satisfaction Problem).

  • Updated Dec 24, 2025
  • Jupyter Notebook

Improve this page

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

Learn more