Computer Science, asked by nikhilniks1326, 9 months ago

Define heap tree?Explain the steps to implement Heap tree.​

Answers

Answered by shiva18122005
0

Explanation:

A Heap is a special Tree-based data structure in which the tree is a complete binary tree. Generally, Heaps can be of two types: Max-Heap: In a Max-Heap the key present at the root node must be greatest among the keys present at all of it's children.

Similar questions