In this project, we will develop a sudoku solver that uses a more friendly interface than the one used in the first project. For instance, the following corresponds to the new input and output format ...
Using a series of logical algorithms and a bit of brute force, this program is able to solve just about any solvable sudoku puzzle. To prove its effectiveness, it has been tested with a list of ...