ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following searching algorithm is fastest?
Correct Answer: B — exponential search
Exponential search has the least time complexity (equal to log n) out of the given searching algorithms. This makes exponential search preferable in most cases.