ac-lib 0.1.0

A rust library for competitive programming on AtCoder
Documentation
1
2
3
4
5
pub mod fenwick;
pub mod segtree;

pub use fenwick::*;
pub use segtree::*;