#Sudoku-solver
Showing 10 of 10 repositories tagged #sudoku-solver, ranked by stars
A Python Sudoku solver
The Rust sudoku library
๐ฏ This Python-based Sudoku Solver utilizes the PyGame Library and Backtracking Algorithm to visualize and solve Sudoku puzzles efficiently. With its intuitive interface, users can input and interact with the Sudoku board, allowing for a seamless solving experience.
A Constraint Satisfaction Problem Solver in Pure Swift
a GRId LOgic Puzzle Solver library
โ๏ธ Solving sudoku using Deep Reinforcement learning in combination with powerful symbolic representations.
Solving sudoku puzzles with the help of OpenCV and PyTorch(CNN)
Extract and solve sudoku from an image using Computer Vision and Deep Learning
A visual sudoku solver which runs in the web browser. Built using OpenCV and Tensorflow to identify the sudoku grid, recognise digits, and overlay the solution.
Visualization of some standard problems solved by Backtracking