Computer Science, asked by umaimakhalid9858, 10 months ago

A complete binary tree with the property that the value at each node is at least as large as the values at its children is called

Answers

Answered by Anonymous
0

Answer:

A max-heap is a complete binary tree in which the value in each internal node

is greater than or equal to the values in the children of that node.

..

Similar questions