The time complexity for searching an element in a binary search tree is a. O(n) b. O(log n) c, 0(n log n) d, 0(#2) 20. The time complexity for inserting an element into a binary search tree is a. O(n) b. O(log n) c. O(n log n) d, 0(#2)