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