Skip to main content

dfs

Function dfs 

Source
pub fn dfs(
    graph: &MaterializedGraph,
    start: &str,
    max_depth: Option<usize>,
    edge_type_filter: Option<&str>,
) -> Vec<String>
Expand description

DFS traversal result — node IDs in visit order (depth-first).