When poll is active respond at
Send pds to 22333
Consider a binary heap (min heap) with N elements in it. What is the worst case time complexity of the "deleteMin" operation?
0
O(1)
O(log N)
O(N)
O(N log N)
O(N^2)
O(2^N)
Powered by