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.