Dijkstra and Shortest Path Algorithms - Complexity Analysis - Higher Difficulty Problems
Download Q&A
Q. If a graph has 5 vertices and 10 edges, what is the maximum time complexity of Dijkstra's algorithm using an adjacency matrix?
Q. What is the space complexity of Dijkstra's algorithm when using a priority queue?
Showing 1 to 2 of 2 (1 Pages)