What is the time complexity of performing a binary search on a sorted array?
O(log n)
O(n)
O(1)
O(n^2)

Computer Science Exercises are loading ...