scc-trait 0.1.0

Trait-based Strongly Connected Components Calculation
Documentation

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.