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
AnswerC.
Hash Map
D.
Linked List
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board