pub fn symm_seq(
graph: impl RandomAccessGraph,
pl: &mut impl ProgressLog,
) -> SccsExpand description
Connected components of symmetric graphs by sequential visits.
pub fn symm_seq(
graph: impl RandomAccessGraph,
pl: &mut impl ProgressLog,
) -> SccsConnected components of symmetric graphs by sequential visits.