surt

Implementations of sorting algorithms in Rust.

Compiling

bash cargo build [--release]

Running the tests

The following tests are performed:

Inputs are generated by quickcheck.

bash cargo test