1.In what best time complexity you can merge two max-heaps?
(Assume size of first heap is (m+n) and the second is (n))
2.For deleting any arbitrary element from a min heap in what best complexity you can achieve this?
3.We have a binary heap on n elements and wish to insert n more elements (not necessarily one after another) into this heap.
The total time required for this is
4.Time taken in decreasing the node value in a binomial heap is