Skip to main content

bfs

Function bfs 

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

BFS traversal result — node IDs in visit order.