shortest_path

Function shortest_path 

Source
pub fn shortest_path(
    _graph: &Array2<f64>,
    _start: usize,
    _end: usize,
) -> Result<Vec<usize>, String>
Expand description

Fallback shortest path