Algorithm for deletion from a max_heap
note: deletion always deletes the root!

Deletion from a max heap

Slide 3

"Element delete_max_heap(int * n)"

"/* save value of the..."