Q31
What is the result of an inorder traversal of a binary heap?
A.
The elements are not in any specific order.
AnswerB.
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