Data Structure & Algorithm in Java

⌘K
  1. Home
  2. Docs
  3. Data Structure & Alg...
  4. Graphs
  5. Dijkstra’s Algorithm

Dijkstra’s Algorithm

Dijkstra’s algorithm is a greedy algorithm for finding the shortest path between a single source node and all other nodes in a weighted graph.

• It was developed by Edsger W. Dijkstra in 1956 and published three years later.

How can we help?

Leave a Reply

Your email address will not be published. Required fields are marked *