We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7c34c commit dd9e998Copy full SHA for dd9e998
Dijkstra Algorithm/README.md
@@ -1,6 +1,6 @@
1
# Dijkstra's algorithm
2
3
-This algorithm was invented in 1956 by Edsger W. Dijkstra.
+This [algorithm](https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm) was invented in 1956 by Edsger W. Dijkstra.
4
5
This algorithm can be used, when you have one source vertex and want to find the shortest paths to all other vertices in the graph.
6
0 commit comments