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