Classic Puzzle Solvers ML Frameworks
Educational implementations of constraint satisfaction and search algorithm solutions to classic computational puzzles (N-Queens, Knights Tour, etc.). Does NOT include general algorithm tutorials, game AI, or optimization frameworks without a specific puzzle focus.
There are 15 classic puzzle solvers frameworks tracked. The highest-rated is vitorverasm/ai-nqueens at 31/100 with 15 stars.
Get all 15 projects as JSON
curl "https://pt-edge.onrender.com/api/v1/datasets/quality?domain=ml-frameworks&subcategory=classic-puzzle-solvers&limit=20"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
| # | Framework | Score | Tier |
|---|---|---|---|
| 1 |
vitorverasm/ai-nqueens
This is a n-queen problem solver using local search algorithms. |
|
Emerging |
| 2 |
SameetAsadullah/N-Queen-Problem-Using-Simulated-Annealing
N-Queen(s) Problem implemented using Simulated Annealing Algorithm in Python Language |
|
Emerging |
| 3 |
AhmedNasserabdelkareem/N-Queens
Python Implementation for N-Queen problem using Hill Climbing, Genetic... |
|
Experimental |
| 4 |
Luis3Fernando/N-Queens-Algorithm-Visual
A visual and interactive solution to the classic N-Queens problem.... |
|
Experimental |
| 5 |
RezaGooner/N-Queens-Simulated-Annealing
Solve the N-Queens problem using Simulated Annealing! Includes a graphical... |
|
Experimental |
| 6 |
jElhamm/N-Queens-Puzzle
"The classic 'N-Queens problem' is tackled using a variety of advanced... |
|
Experimental |
| 7 |
awahib480/8-Queens-Solver
A 8-Queens Solver that solves a common AI problem of placing 8 queens on a... |
|
Experimental |
| 8 |
alfred100p/N-Queens-Problem-Solver
A C++ Implementation of a CSP to solve the N queens problem showing all... |
|
Experimental |
| 9 |
eng-gabrielscardoso/ufpa-artificial-intelligence
Implementação do algoritmo Stochastic Hill Climbing para resolver o clássico... |
|
Experimental |
| 10 |
SameetAsadullah/N-Queen-Problem-Using-Hill-Climbing
N-Queen(s) Problem implemented using Hill Climbing Algorithm in Python Language |
|
Experimental |
| 11 |
lucko515/n-queens-AI
Solve N-Queens problem using constraint satisfaction. This is one of the... |
|
Experimental |
| 12 |
ltfschoen/AIND-Constraint_Satisfaction
Term 1 Lab 9 (Optional) by Luke Schoen for Udacity Artificial Intelligence... |
|
Experimental |
| 13 |
rosarioscavo/N-Queens
This project was presented for the Artificial Intelligence course for the... |
|
Experimental |
| 14 |
Vvkmnn/nqueenAI
An N-queen's problem. |
|
Experimental |
| 15 |
josebelchi/Knights-Problem
The Queens Problem but with knights, resolved within various board... |
|
Experimental |