I think, we have to delete all the elements from the heap which takes o(n*logn). Please share if you have any better solutions.
On Tue, Sep 20, 2011 at 6:38 PM, saurabh agrawal <[email protected]>wrote: > What is the time to get min element from the binary max heap !! > You might be given the heap as API. I mean, you dont have implementation of > the heap. > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
