Solving Sudoku with python [ Beta ]

Category:

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.

1

the program is on the link below.

Sudoku basic functions

Leave a comment