Write the algorithm to perform Binary Search and compute run time complexity code example Example: binary search time complexity Average case:O(log n) Best case:O(1)