Used to solve sudoku puzzles using backtracking
- recursion
- backtracking
- The user can put the sudoku in the matrix provided in the file
- The user can use 0 form an empty cell or else the number at that position
- I have provided 2 valid sudoku samples which the user can change according to their problem.
python sudoku_solver.py