NetworkX

Previous topic

networkx.strongly_connected_components_recursive

Next topic

networkx.topological_sort

networkx.kosaraju_strongly_connected_components

kosaraju_strongly_connected_components(G, source=None)

Returns list of strongly connected components in G.

Uses Kosaraju’s algorithm.