Page 1 of 1

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

Posted: Wed Jul 13, 2022 6:16 pm
by answerhappygod
a) O(V)
b) O(VlogV)
c) O(E)
d) O(ElogV)