Function graphalgos::algos::dfs

source ·
pub fn dfs(g: &mut Graph, start_vertex: String) -> HashMap<String, bool>