Q.1.
Heap sort is an implementation of ____________ using a descending priority queue.
Q.2.
Which one of the following is false?
Q.3.
The essential part of Heap sort is construction of max-heap. Consider the tree shown below, the nodeviolates the max-heap property. Once heapify procedure is applied to it, which position will it be in?
Questiondata-structures-algorithms-ii-questions-answers3.jpg
Q.4.
The descending heap property is ___________
Q.5.
What is its wort case time complexity of Heap sort?
Q.6.
In average case Heap sort is as efficient as the Quick sort.
Q.7.
Which one of the following is a variation of Heap sort?
Q.8.
Introsort algorithm is combination of _____________
Q.9.
How many elements can be sorted in O(logn) time using Heap sort?