Skip to main content

shortest_path

Function shortest_path 

Source
pub fn shortest_path(
    edges: &[(String, String)],
    from: &str,
    to: &str,
) -> Option<PathResult>