Question 10
Consider the following strategy to solve a problem of input size . Divide the problem into sub-problems, each of size , where the time required to perform this division is proportional to the input size (i.e., ). The number of steps required to combine these 6 solutions is . We apply this strategy recursively till the sub-problems can not be further divided into sub-problems. What will be the nearest upper bound for the above algorithm?
—
—
—
—