python-scripts/scripts/Sudoku-Solver/README.md
2022-10-11 15:28:26 +05:30

114 B

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