techwithtim / Sudoku-GUI-Solver

This is a sudoku solver using the backtracking algorithm. It includes a graphical GUI as well as a text based version.
https://techwithtim.net/tutorials/python-programming/sudoku-solver-backtracking/
701 stars 346 forks source link

Update README.md file #20

Open AAdewunmi opened 2 years ago

AAdewunmi commented 2 years ago

Update README.md file with some improvements to give users of the repo more information about it.