algorithm-rs 0.0.1

Common data structures and algorithms for competitive programming in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "algorithm-rs"
version = "0.0.1"
authors = [ "Chris Ohk <utilforever@gmail.com>" ]
edition = "2018"
description = "Common data structures and algorithms for competitive programming in Rust"

readme = "README.md"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]