Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 249 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 249 Bytes

sudoku_solver

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.