scc-trait 1.0.0

Trait-based Strongly Connected Components Calculation
Documentation
1
2
3
4
# Trait-based Strongly Connected Components Calculation

Based on Tarjan's SCC algorithm. Just implement the `Scc` trait on your graph
type to be able to compute the SCC in linear time.