Skip to main content

dfs

Function dfs 

Source
pub fn dfs(
    g: &ServeGraph,
    start_nodes: &[String],
    depth: usize,
) -> (HashSet<String>, Vec<(String, String)>)