In the best case of a Binary search algorithm for N numbers, what will be the time complexity? code example Example: binary search time complexity Average case:O(log n) Best case:O(1)