python-scripts/scripts/Sudoku-Solver
2022-10-11 15:28:26 +05:30
..
main.py Create main.py 2022-10-11 15:27:40 +05:30
README.md Create README.md 2022-10-11 15:28:26 +05:30

This is a Sudoku Solver that uses backtracking algorithm to solve the puzzle. Input the puzzle from command line.