Deque data structure is also known as:
2016
Deque data structure is also known as:
- A.
Double Queue
- B.
Deterministic Queue
- C.
Equal Queue from either
- D.
Distributed Queue
Attempted by 157 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.