Skip to content

Commit 8965a44

Browse files
author
Fatih Şennik
committed
.
1 parent f90f609 commit 8965a44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dijkstra algorithm in action with Real Map
22

3-
3+
https://senniksoft.github.io/Dijkstra-s-algorithm-in-Action-With-RealMap/
44

55
## How Does Dijkstra's algorithm work ?
66
Dijkstra's algorithm is an algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks. It was conceived by computer scientist Edsger W. Dijkstra in 1958 and published three years later. The algorithm exists in many variants; Dijkstra's original variant found the shortest path between two nodes, but a more common variant fixes a single node as the "source" node and finds shortest paths from the source to all other nodes in the graph, producing a shortest-path tree. [Read More On Wiki](https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm)

0 commit comments

Comments
 (0)