strongly_connected_components
strongly_connected_components_recursive
Enter search terms or a module, class or function name.
Generate strongly connected components as subgraphs.
G : NetworkX Graph
A graph.
comp : generator of lists
A list of graphs, one for each strongly connected component of G.
copy : boolean
if copy is True, Graph, node, and edge attributes are copied to the subgraphs.
See also
connected_component_subgraphs