0

$M$ is also a variable. \begin{equation} T(n)= \begin{cases} 16T(n/2)+\theta(1), & \text{if}\ n^2> M \\ M, & \text{if}\ n^2\le M \\ \end{cases} \end{equation}

0 Answers0