1
2
3
4
//! Data structures and algorithm.

pub mod bisect;
pub mod cmp;