Sudoku-solver Uses backtracking search to solve any Sudoku puzzle! How to Use: Downlaod the code. Run gui.py. Input a sudoku puzzle into the grid. Press enter to solve! Algorithms: Recursive Backtracking Search Tools: Pygame Language: Python3