Skip to main content

bfs

Function bfs 

Source
pub fn bfs(
    view: &GraphView,
    source: NodeId,
    target: NodeId,
) -> Option<PathResult>
Expand description

Breadth-First Search (Unweighted Shortest Path)