When poll is active respond at
Send pds to 22333

We will sort numbers using a min bin heap. The numbers come individually, and we do a heap insert for each. What is the worst case time complexity of producing a sorted sequence of these numbers? We will be as specific as we can here.

0
O(log N)
O(N)
O(N + N log N)
O(N log N)
O(2N log N)
O(2^(log N))
Powered by