634 views
0 votes
0 votes
The number of min heap trees are possible with 13 elements such that every leaf node must be greater than all non-leaf nodes of the tree are ____

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
1
Nandkishor3939 asked Jan 15, 2019
3,332 views
I was going through the heap concept and one question came into my mind what will be the best case time complexity of finding the minimum element in a max heap?Thank you:...
2 votes
2 votes
1 answer
2
Thor-o-s asked Sep 1, 2022
412 views
Can anyone please explain how to find “ i “ smallest elements from an array whose elements are distinctPlease use max heap to explain the working input : n distinct e...
0 votes
0 votes
1 answer
3
0 votes
0 votes
1 answer
4
saurav raghaw asked Dec 22, 2018
686 views
The time complexity of the most efficient algorithm to determine whether an arbitrary array of size ‘n’, is min-heap or not?(A) O(log n)(B) O(n)(C) O(n logn)(D) O(1)