Multiple choice Directions: Find the time complexities of the following question. T(n)=3T(n/2)+nlogn O(n2) O(nlog 3) O(n) O(log n) Reveal answer Fill a bubble to check yourself D Correct answer