python-scripts/scripts/Sudoku-Solver/README.md

3 lines
114 B
Markdown
Raw Normal View History

2022-10-11 09:58:26 +00:00
This is a Sudoku Solver that uses backtracking algorithm to solve the puzzle.
Input the puzzle from command line.