1.

Which of the following is false about a circular linked list?

A. Every node has a successor
B. Time complexity of inserting a new node at the head of the list is O(1)
C. Time complexity for deleting the last node is O(n)
D. None of the mentioned
Answer» C. Time complexity for deleting the last node is O(n)


Discussion

No Comment Found