algorithmz 0.1.1

This is the corresponding implemenation of the python module of the same name.
Documentation
### Welcome
[![Rust build](https://github.com/r3ap3rpy/algorithms/actions/workflows/rust_build.yml/badge.svg)](https://github.com/r3ap3rpy/algorithms/actions/workflows/rust_build.yml)
[![Rust test](https://github.com/r3ap3rpy/algorithms/actions/workflows/rust_test.yml/badge.svg)](https://github.com/r3ap3rpy/algorithms/actions/workflows/rust_test.yml)
[![Rust publish](https://github.com/r3ap3rpy/algorithms/actions/workflows/rust_publish.yml/badge.svg)](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.