Computer Science, asked by Nairaj7524, 1 year ago

Write a program for creation and traversal of heap

Answers

Answered by singhmahesh140
2
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.
Answered by sairam1919
0

Answer:

\LARGE{\underline{\underline{\bf{AnsweR \:  : -}}}}

  • 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.
Similar questions