Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
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) We can traverse the whole circular linked list by starting from any point