1
2
3
4
//! Common algorithms & data structures.

pub mod alg;
pub mod ds;