The time complexity of the binary search algorithm is:
Ο(log n)
Ο(n)
Ο(1)
Ο(n²)

Data Structures and Algorithms Exercises are loading ...