icentral-predecessor-map 0.1.0

Optimized Rust crate for implementing and managing a predecessor map, a staple in graph theory and algorithms, allowing efficient traversal and manipulation of node relationships within a graph.
Documentation
1
2
3
4

pub(crate) use icentral_3p::*;
pub(crate) use icentral_mindexed_map::*;
pub(crate) use icentral_nodeid::*;