Vidyalelo
Data Structure · Q75

Miscellaneous on Data Structures

Programming · Data Structure · question 75

Q75

What is a common application of a Deque data structure?

A.
To manage a fixed-size cache
B.
To support efficient prefix searches
C.
To handle priority-based scheduling
D.
To implement a double-ended queue with fast insertions and deletions
Answer

Answer: Option D

Solution

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