- A Efficient for insert and delete operations
- B Efficient for finding the minimum or maximum element
- C Additional space required for storage
- D Limited number of operations
- Share this MCQ
Answer:
C
Share this MCQ
Answer: c) Additional space required for storage
Explanation: A heap requires additional space for storing the tree structure, which can be a disadvantage in situations where memory usage is a concern.
Click me to Read more Question & Answer of String AlgorithmsShare this MCQ