Simple Python program which can solve 9×9 Sudoku boards using the Backtracking algorithm.
Primary LanguagePython