Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 187 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 187 Bytes

Sudoku-Solver

A program to solve sudoku puzzles, raising errors if the sudoku puzzle is unsolvable or invalid. An example of how the program is used can be found in the runner.py file