//! # algorithms and data structures
//!
//! `algods` is a collection of some classic algorithms and data structures
//! that can be used as basis of more complex programs.
/// This module regroups implementations of classical graph structures
/// and some classical graph processing algorithms
/// This module contains data compression algorithms
/// Encompasses some basic structures
/// Regroups some classic search algorithms
/// Regroups some classic sort algorithms
/// Regroups a collection of useful objects