Skip to content

Commit c1b44e6

Browse files
committed
figure title
1 parent 669f63a commit c1b44e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/algorithms/Dijkstra/Dijkstra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ According to Dijkstra's algorithm,
8383
- ZRH : `min(infinity, 5) = 5`
8484

8585

86-
![Figure 1&2](Graphs/figure1_2.png "Figure 1 and Figure 2")
86+
![Figure 1&2](Graphs/figure1_2.png "Step 1 and Step 2")
8787

8888

8989
- Now, pick the next unvisited node with the minimum distance value. ZRH has the minimum distance (5 units), so it's time to update its neighbour's (LCY, GVA) distance.(fig. 3)

0 commit comments

Comments
 (0)