Skip to content

Commit

Permalink
figure title
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSharma1 committed Apr 14, 2022
1 parent 669f63a commit c1b44e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/algorithms/Dijkstra/Dijkstra.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ According to Dijkstra's algorithm,
- ZRH : `min(infinity, 5) = 5`


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


- 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)
Expand Down

0 comments on commit c1b44e6

Please sign in to comment.