Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 283 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 283 Bytes

SudokuSolver

Playing with python's GUI libraries by creating something that tries to solve sudoku puzzles.

The algorithm used here is just one I personally developed trying to solve sudoku puzzles in real life. It's very likely not optimal nor able to solve every sudoku puzzle.