Skip to main content

atlas_branch_reach

Function atlas_branch_reach 

Source
fn atlas_branch_reach(
    adjacency: &BTreeMap<String, BTreeSet<String>>,
    blocked: &str,
    start: &str,
) -> usize
Expand description

Count one candidate branch without crossing back through its selected endpoint.