Quizlearn
.app
What is the time complexity of performing a binary search on an array of size n?
O(n^2)
O(log n)
O(n)
O(1)
Data Structures and Algorithms Exercises are loading ...