algonium 0.1.0

a collection of classic algorithms for programming contests
Documentation
1
2
3
4
5
//! This library provides a collection of classic algorithms,
//! focusing on programming contests such as codeforces and atcoder.
pub mod data_structure;
pub mod math;
pub mod util;