Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 160 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 160 Bytes

Sudoku solver

Program that uses a recursive backtracking algorithm to solve any sudoku board. It has a GUI constructed using the Tkinter library in Python.