Function dijkstra

Source
pub fn dijkstra<V, W>(graph: &MulGraph<V, W>, src: &[V]) -> HashMap<V, W>
where V: Hash + Eq + Copy + Ord, W: Copy + Ord + Zero + Add<Output = W> + Unsigned,
Expand description

Dijkstra法