weakly_connected_components

Function weakly_connected_components 

Source
pub fn weakly_connected_components<T, S>(
    graph: &S,
    returnlabels: bool,
) -> SparseResult<(usize, Option<Array1<usize>>)>
where T: Float + Debug + Copy + 'static, S: SparseArray<T>,
Expand description

Find weakly connected components in a directed graph