davekolian/Sudoku-Solver
Java program that can solve Sudoku puzzles (of type 2x2, 2x3, 3x3 and 3x3 diagonal) with the help of the Backtracking algorithm and the Constraint Satisfaction Problem.
No commits in the last 6 months.
Stars
1
Forks
1
Language
Java
License
MIT
Category
Last pushed
Mar 25, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/davekolian/Sudoku-Solver"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MatthiasNickles/diff-SAT
Probabilistic Answer Set Programming and Probabilistic SAT solving, based on Differentiable...
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
stressGC/Python-AC3-Backtracking-CSP-Sudoku-Solver
Python implementation of a sudoku puzzle solver (CSP) using AC3 and backtracking algorithms
GeorgeSeif/Sudoku-Solver
An algorithm for automatically solving Soduko puzzles