You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple app designed to solve every sudoku instance possible. Based on its difficulty level, solving might take from 0.025s to ~0.2s.
Algorithm was coded in Python, as well as the GUI (using Tkinter)