MCPcopy Create free account
hub / github.com/EbTech/rust-algorithms / dijkstra

Method dijkstra

src/graph/util.rs:43–62  ·  view source on GitHub ↗

Single-source shortest paths on a directed graph with non-negative weights

(&self, weights: &[u64], u: usize)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

test_dijkstraFunction · 0.80

Calls 2

adj_listMethod · 0.80
pushMethod · 0.45

Tested by 1

test_dijkstraFunction · 0.64