5chmidt / Sudoku

During my offline vacation I found myself doing a lot of sudoku puzzles, which inspired a this small python app to help me solve them faster.
MIT License
0 stars 0 forks source link

Sudoku

During my offline vacation I found myself doing a lot of sudoku puzzles, which inspired a this small python app to help me solve them faster.

Puzzle Structure: List of lists containing sudoko cell class objects. For ease of entry the puzzle can be input as a list of lists of integers, with zeros being unknown cells.