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/
702 stars 346 forks source link

Fix format_time to account for 0:00 format instead of 0:0 #18

Open chrismoroney opened 2 years ago

chrismoroney commented 2 years ago

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