Question 6 (20 points) During class, I presented an example of how to remove the minimum from a priority queue implement
Posted: Sun May 15, 2022 12:50 pm
Question 6 (20 points) During class, I presented an example of how to remove the minimum from a priority queue implemented using a min-heap that is represented in an array. Below is an example of a valid array representation of a priority queue implemented using a min-heap. Show the array content after a single removal of the minimum item. The new array should preserve the "heap-order" property. 7, 15, 10, 28, 16, 30, 42 (To help the auto-grader recognize your answer, it should be comma-separated values without spaces) Ą