QUESTION 4 For the following min-heap, what is the result of this heap in array representation after the delete-min oper
Posted: Sat May 14, 2022 4:51 pm
QUESTION 4 For the following min-heap, what is the result of this heap in array representation after the delete-min operation? 17 19 36 7 25 100 2, 19, 3, 17, 100, 36, 7.25 2,3,7, 17, 19, 25, 36, 100 2, 17,3, 25, 19, 36, 7, 100 2, 17, 3, 19, 25, 36, 7, 100