Skip to main content

_dfs

Function _dfs 

Source
fn _dfs<G>(
    g: &G,
    target_node: usize,
    articulation_point_tracker: &mut ArticulationPointTracker,
)
Expand description

Helper that performs the required DFS in an iterative manner.