shortest_path

Function shortest_path 

Source
pub const fn shortest_path<N, E>(
    _graph: &Graph<N, E>,
    _start: usize,
    _end: usize,
) -> Option<Vec<usize>>