nikhilranjan7/sudoku-solver
AI that will solve sudoku based on search and constraint propagation techniques made as a part Udacity AI Course
This tool helps anyone who enjoys solving Sudoku puzzles. You provide a Sudoku puzzle as a simple string, indicating known numbers and empty cells. The tool then calculates and outputs the complete solution to that specific Sudoku puzzle. It's for enthusiasts or anyone needing to quickly solve a puzzle.
No commits in the last 6 months.
Use this if you want to quickly find the solution to a Sudoku puzzle or verify your own solution without manual effort.
Not ideal if you want to learn Sudoku solving strategies yourself, as it provides the answer directly rather than guiding your learning.
Stars
10
Forks
5
Language
Python
License
MIT
Category
Last pushed
Jan 26, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nikhilranjan7/sudoku-solver"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
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
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...