Skip to content

Commit a153067

Browse files
author
Taras Nikulin
committed
Updated link
1 parent 3f6be33 commit a153067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dijkstra Algorithm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Click the link: [YouTube](https://youtu.be/PPESI7et0cQ)
1414
## Dijkstra's algorithm explanation
1515

1616
GIF from Wikipedia
17-
<img src="https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm#/media/File:Dijkstra_Animation.gif" height="250" />
17+
<img src="https://commons.wikimedia.org/wiki/File:Dijkstra_Animation.gif#/media/File:Dijkstra_Animation.gif" height="250" />
1818

1919
Wikipedia's explanation:
2020
Let the node at which we are starting be called the initial node. Let the distance of node Y be the distance from the initial node to Y. Dijkstra's algorithm will assign some initial distance values and will try to improve them step by step.

0 commit comments

Comments
 (0)