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
A pretty basic sodoku solver I wrote that implements backtracking, going to try to implement a way to cut down on the amount that is searched, which should speed up the algorithm.