Skip to main content

bfs_all_shortest_paths

Function bfs_all_shortest_paths 

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

BFS that returns ALL shortest paths between source and target