GeorgeSeif/Sudoku-Solver
An algorithm for automatically solving Soduko puzzles
This helps recreational puzzle solvers or competitive 'sudokuists' quickly find the solution to any standard Sudoku puzzle. You provide a partially filled Sudoku grid, and it outputs the complete, solved grid. Anyone who enjoys Sudoku but gets stuck or wants to verify their solution would find this useful.
No commits in the last 6 months.
Use this if you have a Sudoku puzzle you're struggling to solve or want to confirm your own solution quickly.
Not ideal if you want to learn Sudoku solving techniques yourself or prefer the mental challenge of solving puzzles manually.
Stars
15
Forks
15
Language
C++
License
—
Category
Last pushed
Apr 06, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/GeorgeSeif/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...
stressGC/Python-AC3-Backtracking-CSP-Sudoku-Solver
Python implementation of a sudoku puzzle solver (CSP) using AC3 and backtracking algorithms
fabridigua/LogicGamesSolver
A Python tool to solve logic games with AI, Deep Learning and Computer Vision
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...