Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 150 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 150 Bytes

Sudoku Solver

A Sudoku solver GUI, where backtracking algorithm is used to solve a sudoku board. Here the pygame module is used for making the GUI.