The source code for the blog post in our series of sudoku verifiers.
There are two versions, a sequential and parallel one.
You can comment out ( or in ), the version you want to execute in the main.rs
.
To run the code, simply issue cargo run --release
and supply the desired file path.