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