Dijkstra's Algorithm
Home
>
Computer Science
>
Algorithms and data structures
>
Graph Traversal
>
Dijkstra's Algorithm
A shortest path algorithm that finds the shortest path between two nodes in a weighted graph.