Expand description
§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.
Modules§
- compression
- This module contains data compression algorithms
- data_
structure - Encompasses some basic structures
- graph
- This module regroups implementations of classical graph structures and some classical graph processing algorithms
- search
- Regroups some classic search algorithms
- sort
- Regroups some classic sort algorithms
- utils
- Regroups a collection of useful objects