pub fn strongly_connected_components(view: &GraphView) -> SccResult
Strongly Connected Components (SCC) using Tarjan’s algorithm