Skip to content

Commit dd9e998

Browse files
author
Taras Nikulin
committed
Added reference to wikipedia
1 parent 2e7c34c commit dd9e998

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
@@ -1,6 +1,6 @@
11
# Dijkstra's algorithm
22

3-
This algorithm was invented in 1956 by Edsger W. Dijkstra.
3+
This [algorithm](https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm) was invented in 1956 by Edsger W. Dijkstra.
44

55
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.
66

0 commit comments

Comments
 (0)