Skip to main content

weakly_connected_components

Function weakly_connected_components 

Source
pub fn weakly_connected_components(view: &GraphView) -> WccResult
Expand description

Weakly Connected Components (WCC)

Finds all disjoint subgraphs in the graph. Ignores edge direction.