Skip to content

dbatydev/python-sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Python Sudoku Solver

Simple Sudoku solver App using Python

Get Started

This basic sudoku solver example shows basic usage of the backtracking algorithm to solve the puzzle

To install and run the example, first clone the repository and optionally replace the "sudokusolver" directory with your desired name.

git clone https://github.com/greatdane89/python-sudoku-solver.git sudokusolver
#Navigate into proper directory
cd sudokusolver

#Run the application
python app.py

About

Basic sudoku solver in python using the backtracking algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages