In Heap Sort algorithm the total running time for Heapify-05717
In Heap Sort algorithm, the total running time for Heapify procedure is __________
This multiple choice question (MCQ) is related to the book/course vu cs502 Fundamentals of Algorithms. It can also be found in vu cs502 Mid Term - Quiz No.4.
In Heap Sort algorithm, the total running time for Heapify procedure is __________
O (1) i.e. Constant time
Order (log n)
Theta (log n)
Omega (log n)