This README provides instructions on how to run a Sudoku Solver program written in Python using Tkinter for the graphical user interface (GUI). This program allows users to input Sudoku puzzles and ...
For each empty tile, list possible values by only looking at the block, row, and collumn corresponding to that tile. Try to solve the tile by only looking at the list of possible values for that tile.