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
#[macro_use] mod imports; use imports::*;

x!{predecessor_map}