Dijkstra's algorithm

Home > Computer Science > Algorithms and data structures > Network algorithms > Dijkstra's algorithm

It is a graph traversal algorithm that finds the shortest path between nodes in a weighted graph.