Skip to content

Sudoku solver implemented in Python using a backtracking algorithm

Notifications You must be signed in to change notification settings

Bojan9/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sudoku Solver

A simple Sudoku solver implemented in Python using a backtracking algorithm. The solver includes a graphical interface using the Pygame library, allowing users to observe how the algorithm fills in the puzzle step by step.

Installation

# Clone this repository
git clone https://github.com/Bojan9/Sudoku-Solver.git

# Navigate to the directory of the script you want to use
cd sudoku-solver

# Install the Pygame library
pip install pygame

# Run the Sudoku solver
python sudoku_solver.py

About

Sudoku solver implemented in Python using a backtracking algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages