Question-56

Data Structure
Heaps

If we perform the following operations on the max heap [30, 20, 25, 5, 15, 23, 10, 3, 2] then the resulting max heap would be:

delete_max()
insert(24)
delete_max()