Vidyalelo
Data Structure · Q25

Heaps

Programming · Data Structure · question 25

Q25

Which of the following operations is not directly supported by a binary heap?

A.
Searching for an arbitrary element
Answer
B.
Inserting an element
C.
Extracting the maximum/minimum
D.
Building a heap

Answer: Option A

Solution

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