Welcome
I found this neat little python modul called algorithms and thought I would rewrite it in Rust.
The official github repository can be found here at algorithms.
If you want to install it directly from here use the following commands.
If you want to use it in your project use the following commands. It is published on crates.io
Sorting
The following algorithms are implemented:
- bubble sort
- bead sort
[!WARNING] This is still in progress.