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: Tue Jul 05, 2022 10:19 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. array A = {-5, 13, 7, 2, 25, 33).