1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Linear Data Structures - List
  4. What is the time complexity of searching...
Q.

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

A. O(n)
B. O(nlogn)
C. O(1)
D. O(n2)
Answer» A. O(n)
View all MCQs in:   Data Structures (DS)

Discussion