SortPuz-Sorter is a Rust project inspired by the popular puzzle game SortPuz. This project implements an algorithm to solve SortPuz using Depth First Search (DFS). While the DFS algorithm may not always provide the most optimal or shortest solution, it effectively solves the puzzle.
First, build the executable file or run it directly in release mode for optimal performance:
cargo build --releaseor
cargo run --releaseThere is also an option to use the ball method via features:
cargo run --release --features ballFinally, you can display all available options and commands by running the program with the -h or --help argument:
cargo run --release -- -hThis project is licensed under the MIT License. See the LICENSE file for details.