What is a dequeue?

Q & ACategory: Data StructureWhat is a dequeue?
Admin Staff asked 4 years ago

What is a dequeue?
a) A queue with insert/delete defined for both front and rear ends of the queue
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

1 Answers
Admin Staff answered 4 years ago

a) A queue with insert/delete defined for both front and rear ends of the queue