strongly_connected_components#

strongly_connected_components(graph)#

Strongly connected components

Partitions the graph into node sets which are mutually reachable by an directed path

Parameters:

graph (GraphView) – Raphtory graph

Returns:

Mapping of nodes to their component ids

Return type:

NodeStateUsize