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

3 lines
114 B
Markdown

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