Crates.io | sorts |
lib.rs | sorts |
version | 0.6.1 |
source | src |
created_at | 2018-11-30 15:44:52.873654 |
updated_at | 2020-04-27 09:03:53.292037 |
description | A collection of sorting algorithms |
homepage | |
repository | https://github.com/Olavhaasie/sorts |
max_upload_size | |
id | 99391 |
size | 93,703 |
A small sorting algorithms collection written in Rust for learning purposes.
Below is a list of all implemented sorting algorithms. Algorithms that are not yet crossed are on the to-do list.
The benchmark code is located in the benches
directory. It can be run using
$ cargo bench
The results are outputted to target/criterion
. The benchmark tests the
different sorting algorithms against different problem sizes.