1.

What is running time of Dijkstra's algorithm using Binary min- heap method?

A. O(V)
B. O(VlogV)
C. O(E)
D. O(ElogV)
Answer» E.


Discussion

No Comment Found