algae 0.1.16

Algae is a collection of core algorithms and data-structures, written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
# Algae

Algae boasts a collection of useful algorithms and data-structures

## Getting Started

    git clone https://github.com/scattered-systems/algae.git
    cargo test --all-features

### Examples