Rust Sudoku solver; mostly just a project for me to learn Rust.
Find a file
2020-09-09 15:47:02 -07:00
src Rewrite code so that cells have reference to the row, column, and section they belong to. 2020-09-09 15:47:02 -07:00
.gitignore Setup .gitignore 2020-09-01 18:14:55 -07:00
Cargo.toml Add Cargo.toml 2020-09-01 18:15:49 -07:00