rafi007akhtar/SudokuSolver
My footsteps into Artificial Intelligence as I make this Sudoku Solver while learning AI online for the first time.
This solves Sudoku puzzles of any difficulty, taking the puzzle as a simple string of numbers and periods (for empty cells). It then outputs the complete, solved Sudoku grid. This is for anyone who enjoys Sudoku and wants to instantly solve a puzzle or verify their own solution.
No commits in the last 6 months.
Use this if you want an automated way to solve any Sudoku puzzle quickly and accurately.
Not ideal if you want to learn Sudoku solving techniques yourself or prefer a challenging mental exercise.
Stars
7
Forks
—
Language
Python
License
MIT
Category
Last pushed
Oct 14, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/rafi007akhtar/SudokuSolver"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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
SrinidhiRaghavan/AI-Sudoku
Solving sudoku puzzle using backtracking and AC-3