Q19
Which data structure is best for managing a sequence of data where frequent insertions and deletions are needed?
A.
Deque
AnswerB.
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