SrinidhiRaghavan/AI-Sudoku
Solving sudoku puzzle using backtracking and AC-3
This project helps solve standard 9x9 Sudoku puzzles automatically. You provide a partially filled Sudoku grid as a text string, and it outputs the complete, solved puzzle. It's designed for anyone who enjoys Sudoku and wants a tool to verify their solutions or solve challenging puzzles quickly.
No commits in the last 6 months.
Use this if you want to find the unique solution to a Sudoku puzzle efficiently.
Not ideal if you're looking for a tool to generate new Sudoku puzzles or explore multiple possible solutions for a given grid.
Stars
14
Forks
16
Language
Python
License
—
Category
Last pushed
Jul 15, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/SrinidhiRaghavan/AI-Sudoku"
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
GeorgeSeif/Sudoku-Solver
An algorithm for automatically solving Soduko puzzles
MatthiasNickles/diff-SAT
Probabilistic Answer Set Programming and Probabilistic SAT solving, based on Differentiable...