Q55
What data structure is used to maintain a collection of elements that allows fast insertions and deletions but also needs to be sorted frequently?
A.
Array
B.
Hash Map
C.
Heap
D.
Sorted List
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board