What Is The Time Complexity Of Searching For An Element In A Circular Linked List?

What Is The Time Complexity Of Searching For An Element In A Circular Linked List? Time Complexity: O(N), where N is the length of the Circular linked list. What is the time complexity of searching for an element in a circular? Explanation: Time complexity of inserting a new node at the head of the list