Examlex

Solved

You Have Implemented a Queue as a Singly-Linked List, Adding

question 74

Multiple Choice

You have implemented a queue as a singly-linked list, adding elements at the end and removing elements at the front. What is the cost of the remove operation?


Definitions:

Related Questions