strongly-connected-components 1.0.0

Decomposes a graph into Strongly Connected Components and to sorts them in topological order.
Documentation
1
2
3
4
5
pub mod graph;
pub mod node;
pub mod scc;
pub mod scc_decomposition;
pub mod tarjan_algorithm;