Skip to main content

scc_tarjan_with_config

Function scc_tarjan_with_config 

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

Tarjan’s algorithm with configuration.