algorithmz 0.1.2

This is the corresponding implemenation of the python module of the same name.
Documentation

Welcome

The official github repository can be found here at algorithms.

If you want to install it directly from here use the following commands.

git clone https://github.com/r3ap3rpy/algorithms.git
cd algorithms
cargo test
cargo install --path .

If you want to use it in your project use the following commands. It is published on crates.io

cargo new <myproject>
cd myproject
cargo add algorithmz

[!WARNING] This is still in progress.