Course contentsShow
Computer Science
Lesson 973 of 2,87223. Shortest Path AlgorithmsPro lesson

Dijkstra's with Binary Heap Priority Queue

Optimizing to O((V + E) log V) time complexity using a binary min-heap for the priority queue.

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.