Sobes.tech
Junior

What is the time complexity of binary search?

sobes.tech AI

Answer from AI

O(log n), where n is the number of elements in the sorted array.