surt 0.1.0

Implementations of sorting algorithms in Rust
surt-0.1.0 doesn't have any documentation.

surt

Implementations of sorting algorithms in Rust.

Compiling

cargo build [--release]

Running the tests

The following tests are performed:

  • is the output sorted
  • is the output stable according to the input

Inputs are generated by quickcheck.

cargo test