Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 336 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 336 Bytes

SlidingMatrixSolver

Solver of SlidingMatrix.

Usage

Rust nightly is needed!

cargo build --release
cargo run --release -- $n < testcase/input$n.txt

TODO

  • Modify next steps: allow adjacent row/col moves instead of interleaving ones.
  • Parallelize the search function.