Skip to content

other

Dijkstra's algorithm

Classic single-source shortest-path algorithm for graphs with non-negative edge weights, running in O(m + n log n) time when paired with a suitable priority queue.

Current clusters