Programming Languages Project 4
Team: Matt Lee, Richard (Max) Kerr, Michelle (Mimi) Fang
Instructions:
- Install Rust
- Compile for your system using "rustc filename.rs"
- run the generated executable
Input File Format & Location:
- Input file should be a .txt file in the following format: 0 4 3 0 8 0 2 5 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 9 4 9 0 0 0 0 4 0 7 0 0 0 0 6 0 8 0 0 0 0 1 0 2 0 0 0 0 3 8 2 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 3 4 0 9 0 7 1 0 where 0's represent blank spaces to be solved.
- Copy/paste the absolute path of your .txt file in quotation marks into the path variable in line 33 of sudoku.rs