Vidyalelo
Data Structure · Q50

Introduction to Data Structures

Programming · Data Structure · question 50

Q50

What is a dequeue?

A.
A queue with insert/delete defined for both front and rear ends of the queue
Answer
B.
A queue implemented with a doubly linked list
C.
A queue implemented with both singly and doubly linked lists
D.
A queue with insert/delete defined for front side of the queue

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board