Computer Science, asked by NANDITA9821, 10 months ago

Define the term Double Ended Queue.

Answers

Answered by arusha8683
0

A double-ended queue is a special type of data in the field of computer programming. ... Items can be added or removed from either end without any type of restrictions. Many programming languages use this technique due to its many applications. A double-ended queue is also known as a deque or a dequeue (pronounced “deck”).

Similar questions