algos 0.2.0

A collection of algorithms in rust
Documentation
[package]
name = "algos"
version = "0.2.0"
authors = ["GrayJack <gr41.j4ck@gmail.com>"]
readme = "README.md"
license = "BSD-3-Clause"
license-file = "LICENSE"
repository = "https://github.com/GrayJack/algos"
documentation = "https://docs.rs/algos"
homepage = "https://crates.io/crates/algos"
description = "A collection of algorithms in rust"


[dependencies]
rand = "0.5.4"