Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatih Şennik committed Oct 20, 2017
1 parent f90f609 commit 8965a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dijkstra algorithm in action with Real Map


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

## How Does Dijkstra's algorithm work ?
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)
Expand Down

0 comments on commit 8965a44

Please sign in to comment.