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 — binary search
Binary search has the least time complexity (equal to log n) out of the given searching algorithms. This makes binary search preferable in most cases.