contest-algorithms 0.1.0

Common algorithms and data structures for programming contests
Documentation
[package]
name = "contest-algorithms"
version = "0.1.0"
authors = ["Aram Ebtekar"]
edition = "2018"

description = "Common algorithms and data structures for programming contests"
repository = "https://github.com/EbTech/rust-algorithms"
readme = "README.md"
keywords = ["competitive", "programming", "codeforces"]
categories = ["algorithms", "data-structures"]
license = "MIT AND Apache-2.0"

[badges]
travis-ci = { repository = "EbTech/rust-algorithms", branch = "master" }

[dependencies]
bit-vec = "0.6.*"