Sudoku-Solver

Run main.py to use the Suduku Solver

This code can only solve the board if it has a unique solution Also the validity of the initial game board is NOT checked and is assumed to be correct.

No fancy algorithm is used to solve the game board, each tile is individually checked if its number can be deduced over and over again until the board is solved or no further progress can be made.