Vidyalelo
Data Structure · Q116

Introduction to Data Structures

Programming · Data Structure · question 116

Q116

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

A.
O(n)
Answer
B.
O(nlogn)
C.
O(1)
D.
O(n2)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board