Computer Science, asked by greeshmasri2000, 2 months ago


What is the time complexity of searching for an element in a circular linked list?​

Answers

Answered by pushpa6855
1

Answer:

Explanation: Time complexity of inserting a new node at the head of the list is O(n) because you have to traverse through the list to find the tail node.

Explanation:

Mark As Brain list

Similar questions