This is a python application which takes a matrix as input and gives the solved sudoku problem as the output.
It is based on the backtracking algorithm.
- Download or clone the repository
- Install Required Libraries
- Run sudoku.py
- you will be asked to give enter the complete sudoku as a matrix
- you will get the the solved sudoku as the input
Check out my Github profile Tejas1510!

