Skip to content

er1t-h/push_swap_rpv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

push_swap_rpv

A push_swap tester for school 42, using the power of Rust and multi-threading to speed up your corrections!

Usage

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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages