Graph | Question 9

Last Updated :
Discuss
Comments

What is the time complexity of Dijkstra’s algorithm for adjacency list representation of a graph?

O(E Log V)

O(V Log V)

O(V*E)

O(V*V)

Tags:
Share your thoughts in the comments