Question

What is the best-case time complexity of the binary search algorithm ?

A O(n)
B O(log⁡n)
C O(1)
D O(n2)
E O(nlog⁡n)
Practice Next

Hey! Ask a query