Vidyalelo
Data Structure · Q9

Searching Algorithms

Programming · Data Structure · question 9

Q9

What is the time complexity of exponential search for a large dataset?

A.
O(log n)
Answer
B.
O(√n)
C.
O(n)
D.
O(n log n)

Answer: Option A

Solution

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