Menu

Heaps Questions

MCQ
11.
Heap exhibits the property of a binary tree?
forum Discussion
MCQ
12.
What is the complexity of adding an element to the heap.
forum Discussion
MCQ
13.
The worst case complexity of deleting any arbitrary node value element from heap is
forum Discussion
MCQ
14.
Heap can be used as ________________
forum Discussion
MCQ
15.
An array consist of n elements. We want to create a heap using the elements. The time complexity of building a heap will be in order of
forum Discussion
MCQ
16.
What is the space complexity of searching in a heap?
forum Discussion
MCQ
17.
What is the best case complexity in builading a heap?
forum Discussion
MCQ
18.
Given an array of element 5,7,9,1,3,10,8,4. Tick all the correct sequences of elements after inserting all the elements in a min-heap.
forum Discussion
MCQ
19.
For construction of a binary heap with property that parent node has value less than child node.In reference to that which line is incorrect. Line indexed from 1.
forum Discussion
MCQ
20.
Choose the correct properties of weak-heap.
forum Discussion