Skip to main content

dfs

Function dfs 

Source
pub fn dfs<G>(graph: &G, start: G::Node) -> Vec<G::Node>
where G: IndexGraphView,