In this question, you will construct the max heap that resul…
In this question, you will construct the max heap that results from using BUILD-MAX-HEAP to create a heap from the following array: . Steps 1-2 were performed above. Now perform step 3: Step 3. Fill in the tree which results after the second exchange is performed. [C5] / \ [C10] [C12] / \ / \ [C7] [C8] [C11] [C9] / \ / \ [C6] [C2] [C4] [C3]
Read Details