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.
Solver of SlidingMatrix.
Rust nightly is needed!
cargo build --release
cargo run --release -- $n < testcase/input$n.txt