Vidyalelo
Data Structure · Q41

Miscellaneous on Data Structures

Programming · Data Structure · question 41

Q41

Which data structure is used for efficiently managing a list of elements with frequent insertions and deletions at both ends?

A.
Array
B.
Hash Table
C.
Deque
Answer
D.
Priority Queue

Answer: Option C

Solution

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