Skip to content

Commit

Permalink
Revert "Updated link"
Browse files Browse the repository at this point in the history
This reverts commit a153067.
  • Loading branch information
Taras Nikulin committed Apr 17, 2017
1 parent a153067 commit b59ffa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dijkstra Algorithm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Click the link: [YouTube](https://youtu.be/PPESI7et0cQ)
## Dijkstra's algorithm explanation

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

Wikipedia's explanation:
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.
Expand Down

0 comments on commit b59ffa5

Please sign in to comment.