Q-1: The array A has been converted to a heap using BUILD HEAP(A, 6) on the array A = {-5, 13, 7, 2, 25, 33). Draw the f
Posted: Sun Jul 03, 2022 11:24 am
Q-1: The array A has been converted to a heap using BUILD HEAP(A, 6) on the array A = {-5, 13, 7, 2, 25, 33). Draw the final resulting heap. Illustrate the operation of inserting an element with value 5 and then deleting element with value 7.