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 basic Sudoku Solver in Rust, both a library and a stand alone executable.
The executable reads the unsolved board from stdin, whitespace is ignored.
The solve is currently incomplete, need to add more advanced solving techniques.