Vidyalelo
Data Structure · Q19

Applications of Data Structures

Programming · Data Structure · question 19

Q19

Which data structure is best for managing a sequence of data where frequent insertions and deletions are needed?

A.
Deque
Answer
B.
Array
C.
Hash Table
D.
Stack

Answer: Option A

Solution

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