Vidyalelo
Data Structure · Q31

Heaps

Programming · Data Structure · question 31

Q31

What is the result of an inorder traversal of a binary heap?

A.
The elements are not in any specific order.
Answer
B.
The elements are sorted in ascending order.
C.
The elements are sorted in descending order.
D.
The elements follow the heap property.

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board