Skip to main content

compute_shortest_path_length

Function compute_shortest_path_length 

Source
fn compute_shortest_path_length<G>(
    graph: G,
    source: G::NodeId,
    target: G::NodeId,
) -> G::EdgeWeight