this is a program using python programming language to solve 9*9 Sudoku , this program is composed of multiple functions each one does a specific thing in solving the Sudoku.
note however, the program doesn’t provide solution to Sudokus solved by try and error but it contains the necessary functions to do so.
the program is on the link below.

Leave a comment