What is the time complexity of linear search and binary search? code example Example: binary search time complexity Average case:O(log n) Best case:O(1)