stressGC/Python-AC3-Backtracking-CSP-Sudoku-Solver
Python implementation of a sudoku puzzle solver (CSP) using AC3 and backtracking algorithms
This tool helps Sudoku enthusiasts and puzzle solvers quickly find solutions to their Sudoku grids. You provide a Sudoku puzzle, either as a string of numbers and placeholders or by selecting a difficulty level for a pre-defined puzzle. The tool then outputs the step-by-step solution, showing how the puzzle is solved. This is perfect for anyone who enjoys Sudoku but occasionally gets stuck or wants to verify a solution.
No commits in the last 6 months.
Use this if you need a reliable way to solve Sudoku puzzles, whether you're a casual player or a dedicated enthusiast looking for assistance with challenging grids.
Not ideal if you prefer to solve Sudoku puzzles entirely by hand without any computational assistance, as this tool provides the full solution.
Stars
13
Forks
3
Language
Python
License
MIT
Category
Last pushed
Jan 17, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/stressGC/Python-AC3-Backtracking-CSP-Sudoku-Solver"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
nikhilranjan7/sudoku-solver
AI that will solve sudoku based on search and constraint propagation techniques made as a part...
fabridigua/LogicGamesSolver
A Python tool to solve logic games with AI, Deep Learning and Computer Vision
GeorgeSeif/Sudoku-Solver
An algorithm for automatically solving Soduko puzzles
SrinidhiRaghavan/AI-Sudoku
Solving sudoku puzzle using backtracking and AC-3
MatthiasNickles/diff-SAT
Probabilistic Answer Set Programming and Probabilistic SAT solving, based on Differentiable...