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
[dependencies]

[package]
authors = ["Chris Ohk <utilforever@gmail.com>"]
description = "Common data structures and algorithms for competitive programming in Rust"
edition = "2018"
license = "MIT"
name = "algorithm-rs"
readme = "README.md"
version = "0.0.1"