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.

31
Emerging
2 SameetAsadullah/N-Queen-Problem-Using-Simulated-Annealing

N-Queen(s) Problem implemented using Simulated Annealing Algorithm in Python Language

30
Emerging
3 AhmedNasserabdelkareem/N-Queens

Python Implementation for N-Queen problem using Hill Climbing, Genetic...

27
Experimental
4 Luis3Fernando/N-Queens-Algorithm-Visual

A visual and interactive solution to the classic N-Queens problem....

19
Experimental
5 RezaGooner/N-Queens-Simulated-Annealing

Solve the N-Queens problem using Simulated Annealing! Includes a graphical...

19
Experimental
6 jElhamm/N-Queens-Puzzle

"The classic 'N-Queens problem' is tackled using a variety of advanced...

17
Experimental
7 awahib480/8-Queens-Solver

A 8-Queens Solver that solves a common AI problem of placing 8 queens on a...

17
Experimental
8 alfred100p/N-Queens-Problem-Solver

A C++ Implementation of a CSP to solve the N queens problem showing all...

16
Experimental
9 eng-gabrielscardoso/ufpa-artificial-intelligence

Implementação do algoritmo Stochastic Hill Climbing para resolver o clássico...

16
Experimental
10 SameetAsadullah/N-Queen-Problem-Using-Hill-Climbing

N-Queen(s) Problem implemented using Hill Climbing Algorithm in Python Language

12
Experimental
11 lucko515/n-queens-AI

Solve N-Queens problem using constraint satisfaction. This is one of the...

11
Experimental
12 ltfschoen/AIND-Constraint_Satisfaction

Term 1 Lab 9 (Optional) by Luke Schoen for Udacity Artificial Intelligence...

11
Experimental
13 rosarioscavo/N-Queens

This project was presented for the Artificial Intelligence course for the...

11
Experimental
14 Vvkmnn/nqueenAI

An N-queen's problem.

11
Experimental
15 josebelchi/Knights-Problem

The Queens Problem but with knights, resolved within various board...

11
Experimental

Comparisons in this category