1.

Given an array of element 5,7,9,1,3,10,8,4. Tick all the correct sequences of elements after inserting all the elements in a min-heap.

A. 1,3,4,7,8,9,10
B. 1,4,3,8,9,5,7,10
C. 1,3,4,5,8,7,9,10
D. None of the mentioned
Answer» B. 1,4,3,8,9,5,7,10


Discussion

No Comment Found