Finds the shortest path between nodes in a graph with non-negative weights.
Step 1 of 13
Initialise. Distance to "A" = 0; all others = ∞.
Distances
Priority Queue
Legend
Numbers below nodes show current shortest distance from A.