Rust algorithms A collection of useful Rust algorithms Adding Rust Algorithms as a dependency To use this algorithm as a dependency, add the following to your Cargo.toml: [dependencies] algorithms = { version = "0.1.0", git = "https://github.com/martial-plains/algorithms-rs" }