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;