A sudoku solver made using python using a backtracking algorithm. GUI can also take user input which can allow the user to enter sudoku and the algorithm wi
A sudoku solver made using python using a backtracking algorithm. GUI can also take user input which can allow the user to enter sudoku and the algorithm will solve it for you.