160k views
1 vote
What is the time complexity of searching for an element in a circular linked list?.

User Mohemmad K
by
4.4k points

1 Answer

5 votes

Answer: Time Complexity: O(N), where N is the length of the Circular linked list.

User AndreFeijo
by
4.2k points