AdvancedVocabulary#software-architecture#developer-tools#backend

Dijkstra's Algorithm Vocabulary

Build fluency in the vocabulary of finding shortest paths by repeatedly relaxing the closest unvisited node's neighbors.

0 / 5 completed
1 / 5
At standup, a dev mentions repeatedly picking the closest unvisited node from a priority queue and relaxing its neighbors' distances, to find the shortest path from a single source to every other node in a graph with non-negative edge weights. What is this algorithm called?