Vidyalelo
Data Structure · Q31

Applications of Data Structures

Programming · Data Structure · question 31

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
Answer
D.
Hash Table

Answer: Option C

Solution

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