Back to Developer Roadmap

Dijkstra's Algorithm

src/data/roadmaps/computer-science/content/[email protected]

4.0795 B
Original Source

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: