1.

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. None of the mentioned
Answer» B. A queue implemented with a doubly linked list


Discussion

No Comment Found