Q-2: Illustrate the operation of MAX HEAPIFY(A, 1, 6) on the final array above if the value of A[4] is changed to 27. Wh
Posted: Sun Jul 03, 2022 11:24 am
Q-2: Illustrate the operation of MAX HEAPIFY(A, 1, 6) on the final array above if the value of A[4] is changed to 27. What is the running time, upper bound in terms of O(*) of MAX_HEAPIFY.