### Welcome
[](https://github.com/r3ap3rpy/algorithms/actions/workflows/rust_build.yml)
[](https://github.com/r3ap3rpy/algorithms/actions/workflows/rust_test.yml)
[](https://github.com/r3ap3rpy/algorithms/actions/workflows/rust_publish.yml)
I found this neat little python modul called [algorithms](https://pypi.org/project/algorithms/) and thought I would rewrite it in Rust.
The official github repository can be found here at [algorithms](https://github.com/r3ap3rpy/algorithms.git).
If you want to install it directly from here use the following commands.
``` bash
git clone https://github.com/r3ap3rpy/algorithms.git
cd algorithms
cargo test
cargo install --path .
```
> [!WARNING]
> This is still in progress.