Q31
Which data structure is best for implementing a system that needs to handle frequent insertions and deletions with ordered elements?
A.
Array
B.
Stack
C.
Balanced Binary Search Tree
AnswerD.
Hash Table
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board