Page 1 of 1

a) Create a min-heap tree for the following numbers. The numbers are read in sequence from left to right. 14, 7, 12, 18,

Posted: Fri May 20, 2022 3:30 pm
by answerhappygod
a) Create a min-heap tree for the following numbers. The numbers
are read in sequence from left to right. 14, 7, 12, 18, 9, 25, 14,
6
b) How would the above heap tree be changed when we remove the
minimum?