Examlex

Solved

Suppose We Create a Deque (Double-Ended Queue) Data Structure

question 46

Multiple Choice

Suppose we create a deque (double-ended queue) data structure.It is basically a queue, with its addLast and removeFirst operations, but we also add the addFirst and removeLast operations.Which of the following is best modeled by the deque data structure?


Definitions:

Related Questions