Skip to content

superobertking/SlidingMatrixSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Solver of SlidingMatrix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages