What is the worst-case time complexity of binary search?
O(n)
O(log n)
O(1)
O(n^2)

Computer Science Exercises are loading ...