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

1 Answer

5 votes

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

answered
User AndreFeijo
by
8.4k points