(CS) Computer Science Practice Test
(CS) Computer Science Computer Science Algorithms & Data Structures
What is the time complexity of binary search in a sorted array?
Select your answer
A
O(n)
B
O(n log n)
C
O(log n)
D
O(1)
Need a hint?
(H)