Q. What is a dequeue? (Solved)
1. a queue with insert/delete defined for both front and rear ends of the queue
2. a queue implemented with a doubly linked list
3. a queue implemented with both singly and doubly linked lists
4. a queue with insert/delete defined for front side of the queue
- a. a queue with insert/delete defined for both front and rear ends of the queue