Vidyalelo
Data Structure · Q55

Miscellaneous on Data Structures

Programming · Data Structure · question 55

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
Answer

Answer: Option D

Solution

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