Computer Science, asked by dipak9661, 9 months ago

Q.3. What are the different types of heaps sort? ​

Answers

Answered by jaat8860
2

Answer:

There can be two types of heap: Max Heap: In this type of heap, the value of parent node will always be greater than or equal to the value of child node across the tree and the node with highest value will be the root node of the tree.

Explanation:

Hope It will help you

Similar questions