A Deque (Double Ended Queue) is a specialized queue that allows operations at…

2024

A Deque (Double Ended Queue) is a specialized queue that allows operations at ______.

  1. A.

    Both ends (Front and Rear)

  2. B.

    Front only

  3. C.

    Rear only

  4. D.

    Middle of the queue

Attempted by 316 students.

Show answer & explanation

Correct answer: A

A Deque (Double Ended Queue) is a type of queue in which insertion and removal of elements can be performed from either from the front or rear. Thus, it does not follow the FIFO (First In First Out) rule.

Explore the full course: Cocubes Preparation