Multiple choice Directions: Find the time complexities of the following question. T(n)=2T(√n)+logn O(n2) O(nlog3) O(lognloglogn) O(log n) Reveal answer Fill a bubble to check yourself C Correct answer