competitive_library/
lib.rs

1//! uesugi が競技プログラミングで使用する(した)ライブラリ群です<br>
2//! パクってきたものから、1から書いたものまで混ざっています
3
4pub mod algorithm;
5pub mod graph;
6pub mod math;
7pub mod other;
8pub mod string;
9pub mod structure;