. Binary search has greater time complexity compared to other searching algorithms. code example Example: binary search time complexity Average case:O(log n) Best case:O(1)