A push_swap
tester for school 42, using the power of Rust and multi-threading to speed up your corrections!
Compile the project with:
cargo build --release
Then the executable should be target/release/push_swap_rpv
.
Alternatively, you can use:
cargo run --release --
And input all of your arguments after the --
.
To see the help page:
cargo run --release -- --help
To launch it with 100 tries on 500 numbers:
cargo run --release -- --path [path_to_your_push_swap]