node_connected_component
number_strongly_connected_components
Enter search terms or a module, class or function name.
Test directed graph for strong connectivity.
G : NetworkX Graph
A directed graph.
connected : bool
True if the graph is strongly connected, False otherwise.
See also
strongly_connected_components
Notes
For directed graphs only.