Multiple choice Suppose T(n) = 2T(n/2) + n,T(0) = T(1) = 1 Which one of the following is FALSE? T(n) = $\Theta(n2)$ T(n) = $\theta(n\log n)$ T(n) = $\Omega(n2)$ T(n) = $\Theta(n\log n)$ Reveal answer Fill a bubble to check yourself B Correct answer Explanation