Gracebrown5895 Gracebrown5895 16-04-2024 Computers and Technology contestada Write a pseudocode for binary heap insertion and deletion. Build the max heap step by step for the following sequence 80,150,70,40,100,20,30,10,110,90,60,50,120. Show the result of sorting using deletion.