1.

The time complexity to find shortest distances by using Dijkstra s algorithm is __________

A. O(E<sup>2</sup>)
B. O(V+1-E)
C. O(V+E)
D. O(E+VlogV)
Answer» E.


Discussion

No Comment Found