Consider an array re of an n element binary heap where the elements are stored from index 1 to index n of the array. For the element stored at index i of the array (i<=n), the index of the parent is
Answers
Answered by
0
Explanation:
) It’s a complete tree (All levels are completely filled except possibly the last level and the last level has all keys as left as possible). This property of Binary Heap makes them suitable to be stored in an array.
2) A Binary Heap is either Min Heap or Max Heap. In a Min Binary Heap, the key at root must be minimum among all keys present in Binary Heap. The same property must be recursively true for all nodes in Binary Tree. Max Binary Heap is similar to MinHeap
please give me brainleist
Similar questions
English,
6 months ago
Chemistry,
1 year ago
Physics,
1 year ago
Social Sciences,
1 year ago
History,
1 year ago