0 votes
2 answers
1
We have a set of cardinality 7. Suppose P is the power set of S. We have a subset of Power set, Ps such that every pair of elements (a, b) in subset is such that, either ...
0 votes
1 answer
2
Given two max heap, one of size n and other m. Calculate the time complexity of merging them to get a max heap.
0 votes
1 answer
3
Consider a 15 element min-heap which follows these conditions.right child of root is7 and one child of node 3 is 9. Calculate how many min heap possible?