Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 271 Bytes

File metadata and controls

5 lines (4 loc) · 271 Bytes

Sudoku Solver in Python

This Python module can solve every 9x9 sudoku. Unsolvable sudokus raise an error and in case of sudokus with multiple solutions it is possible to calculate just one or all solutions.

See example.py on how to use this script.