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)
This question is part of this quiz :