Menu

Heaps Questions

MCQ
21.
Left child of parent node has value lesser than the parent node.
forum Discussion
MCQ
22.
What is the other name of weak heap?
forum Discussion
MCQ
23.
What is the worst case time in searching minimum value in weak -heap?
forum Discussion
MCQ
24.
The total comparisons in finding both smallest and largest elements are
forum Discussion
MCQ
25.
Does there exist a heap with seven distinct elements so that the Inorder traversal gives the element in sorted order.
forum Discussion
MCQ
26.
The leaf node for a heap of height h will be at which position.
forum Discussion
MCQ
27.
The main distinguishable characterstic of a binomial heap from a binary heap is that
forum Discussion
MCQ
28.
The number of trees in a binomial heap with n nodes is
forum Discussion
MCQ
29.
In a binomial heap the root value is greater than left child and less than right child.
forum Discussion
MCQ
30.
What is order of resultant heap after merging two tree of order k?
forum Discussion