When we call heapify then at each level the comparison performed-05691
When we call heapify then at each level the comparison performed takes time
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.2.
When we call heapify then at each level the comparison performed takes time
Time will vary according to the nature of input data
It will take Θ (1)
It will take Θ (log n)
It can not be predicted