Vidyalelo
Data Structure · Q70

Miscellaneous on Data Structures

Programming · Data Structure · question 70

Q70

What data structure is best for implementing a system that supports frequent insertions and deletions while maintaining a sorted order?

A.
Linked List
B.
Sorted List
Answer
C.
Hash Map
D.
Linked List

Answer: Option B

Solution

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