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 24/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. |
|
Experimental |
| 2 |
SameetAsadullah/N-Queen-Problem-Using-Simulated-Annealing
N-Queen(s) Problem implemented using Simulated Annealing Algorithm in Python Language |
|
Experimental |
| 3 |
AhmedNasserabdelkareem/N-Queens
Python Implementation for N-Queen problem using Hill Climbing, Genetic... |
|
Experimental |
| 4 |
awahib480/8-Queens-Solver
A 8-Queens Solver that solves a common AI problem of placing 8 queens on a... |
|
Experimental |
| 5 |
briannamcdonald/baby-lizards-problem-GA
A Genetic Algorithm to solve the Baby Lizards Problem, which is a twist on... |
|
Experimental |
| 6 |
alfred100p/N-Queens-Problem-Solver
A C++ Implementation of a CSP to solve the N queens problem showing all... |
|
Experimental |
| 7 |
eng-gabrielscardoso/ufpa-artificial-intelligence
Implementação do algoritmo Stochastic Hill Climbing para resolver o clássico... |
|
Experimental |
| 8 |
Luis3Fernando/N-Queens-Algorithm-Visual
A visual and interactive solution to the classic N-Queens problem.... |
|
Experimental |
| 9 |
arman324/Genetic-Algorithm-N-Queen
Solving N-queens problem with Genetic Algorithm - Artificial Intelligence |
|
Experimental |
| 10 |
mr-rjh3/N-Queens-Solver
React app that solves the N-Queen puzzle in your browser using the minimum... |
|
Experimental |
| 11 |
RezaGooner/N-Queens-Simulated-Annealing
Solve the N-Queens problem using Simulated Annealing! Includes a graphical... |
|
Experimental |
| 12 |
AidenHadisi/8Queens-vs-AI
Solves n-Queens problem using a genetic algorithm. |
|
Experimental |
| 13 |
YounesBensafia/GenesisKnight
Can the knight visit every square on the chessboard exactly once?, This is... |
|
Experimental |
| 14 |
SameetAsadullah/N-Queen-Problem-Using-Hill-Climbing
N-Queen(s) Problem implemented using Hill Climbing Algorithm in Python Language |
|
Experimental |
| 15 |
jElhamm/N-Queens-Puzzle
"The classic 'N-Queens problem' is tackled using a variety of advanced... |
|
Experimental |