sevdaimany/Puzzle-Solver
🧩Using backtracking algorithm to solve binary puzzles
This tool helps you quickly solve tricky binary puzzles, also known as 'Binairo' or 'Takuzu'. You input the puzzle's starting grid, and it efficiently finds the unique solution. It's designed for puzzle enthusiasts who enjoy logic challenges but want a reliable way to verify their answers or tackle particularly difficult grids.
No commits in the last 6 months.
Use this if you enjoy binary logic puzzles and want a fast, reliable way to solve them or check your work without manual trial and error.
Not ideal if you prefer solving puzzles entirely by hand or are looking for a tool that generates new puzzles.
Stars
11
Forks
—
Language
Python
License
—
Category
Last pushed
Jul 17, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sevdaimany/Puzzle-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...
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
MatthiasNickles/diff-SAT
Probabilistic Answer Set Programming and Probabilistic SAT solving, based on Differentiable...