Math, asked by ishu3075, 9 months ago

Consider the min-heap [19, 28, 31, 31, 29, 83, 55, 97, 45, 72]. Suppose we apply the operation delete_min() to this min-heap. The resulting min-heap is: [28, 29, 31, 31, 97, 83, 55, 72, 45] [28, 29, 31, 31, 72, 83, 55, 97, 45] [28, 29, 31, 31, 83, 72, 55, 97, 45] [28, 29, 31, 31, 55, 83, 72, 97, 45]

Answers

Answered by franktheruler
0

The operation delete will simply delete the term which is the least of all from the whole set of numbers.

The minimum number in the set will be 19 and it will be removed and the set which does not contain 19 will be the correct answer.

Thus ,the option which does not contain 19 will be the correct answer.

Similar questions