Vidyalelo
Data Structure · Q51

Searching Algorithms

Programming · Data Structure · question 51

Q51

What is the worst case runtime of linear search(recursive) algorithm?

A.
O(n)
Answer
B.
O(logn)
C.
O(n2)
D.
O(nx)

Answer: Option A

Solution

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