Return strongly connected components as subgraphs.
Parameters : | G : NetworkX Graph
|
---|---|
Returns : | glist : list
|
See also
connected_component_subgraphs
Notes
The list is ordered from largest strongly connected component to smallest.
Graph, node, and edge attributes are copied to the subgraphs.