Heaps Starting with the min-heap in the figure below, the following operations are applied successively to the heap. Sho
Posted: Thu May 26, 2022 9:10 am
Heaps Starting with the min-heap in the figure below, the following operations are applied successively to the heap. Show the contents of the heap (i.e., draw a tree representation of it) after each step. Insert 12; change 11 to 2; delete minimum; change 9 to 1. 1 5 3 9 7 11