Dijkstra’s Algorithm

Dijkstra’s algorithm is a greedy algorithm that finds the shortest path between two nodes in a graph. It is a very common algorithm used in computer science and is used in many applications such as GPS navigation, network routing, and finding the shortest path in a maze.

Visit the following resources to learn more: