Deque data structure is also known as:

2016

Deque data structure is also known as:

Answer: A. Double QueueA Deque stands for Double-ended Queue. It is a generalized linear data structure that permits the insertion and deletion of elements from both ends (front and…

  1. A.

    Double Queue

  2. B.

    Deterministic Queue

  3. C.

    Equal Queue from either

  4. D.

    Distributed Queue

Attempted by 479 students.

Show answer & explanation

Correct answer: A

A Deque stands for Double-ended Queue. It is a generalized linear data structure that permits the insertion and deletion of elements from both ends (front and rear), unlike a standard queue. Therefore, Option A is the correct answer.

Explore the full course: Btsc Lab Assistant

Loading lesson…