Chapter 2: Problem 16
Suppose that, in a divide-and-conquer algorithm, we always divide an in stance of size \(n\) of a problem into 10 subinstances of size \(n / 3,\) and the dividing and combining steps take a time in \(\Theta\left(n^{2}\right)\). Write a recumence equation for the running time \(T(n),\) and solve the equation for \(T(n)\).