NetworkX

Previous topic

networkx.connected_component_subgraphs

Next topic

networkx.is_strongly_connected

networkx.node_connected_component

node_connected_component(G, n)

Return a list of nodes of the connected component containing node n.

For undirected graphs only.