Sudoku-GUI-Solver
Sudoku-GUI-Solver copied to clipboard
This is a sudoku solver using the backtracking algorithm. It includes a graphical GUI as well as a text based version.
Update README.md file with some improvements to give users of the repo more information about it.
Just as this issue https://github.com/techwithtim/Sudoku-GUI-Solver/issues/3#issue-541862861 says, there is a little error in the valid() function causing wrong solution outputs. I corrected it, it should work fine now.
Originally if the sec was less than 10 seconds, time format looked something like these: 0:0 4:2 1:5 With this change, time should look more like this: 0:00 4:20 1:50
As it stands, people can't legally modify or redistribute this code. Adding a [free software] or Open Source license is a necessity. Of course, because there are other contributors (in...
Removed `Deprecation Warning` #15 i.e. `Implicit conversion to integers` by changing true division to floor division.
https://github.com/techwithtim/Sudoku-GUI-Solver/blob/d02ece82f114f120d4632815d8276a0787775cd2/GUI.py#L60-L61 In addition to Line 60 and 61 there are 6 other `Deprecation Warning` in the same file. ``` DeprecationWarning: an integer is required (got type float). Implicit conversion to...
The following error comes when the code mentioned above is executed. Traceback (most recent call last): File "GUI.py", line 343, in main() File "GUI.py", line 260, in main board =...
changes in solver(text).py
Earlier, the video did not start from beginning but from a specific time. Now video will start from the beginning