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 fairly simple Sudoku Solver made with JavaScript.
You can easily input your Sudoku with no more than three clicks.
The solving method is based on backtracking.