Skip to main content

scc_kosaraju_with_config

Function scc_kosaraju_with_config 

Source
pub fn scc_kosaraju_with_config(
    adj: &CsrMatrix,
    _config: &SccConfig,
) -> Result<Vec<ComponentId>>
Expand description

Kosaraju’s algorithm with configuration.