Solver of SlidingMatrix.
Rust nightly is needed!
cargo build --release
cargo run --release -- $n < testcase/input$n.txt- Modify next steps: allow adjacent row/col moves instead of interleaving ones.
- Parallelize the search function.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Solver of SlidingMatrix.
Rust nightly is needed!
cargo build --release
cargo run --release -- $n < testcase/input$n.txt