Simple Sudoku solver App using Python
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