Recursionhard
0:00.0
A recursive algorithm divides a problem of size into two subproblems of size each, one subproblem of size , and takes linear time to combine:
Which best describes the growth rate ?
A recursive algorithm divides a problem of size into two subproblems of size each, one subproblem of size , and takes linear time to combine: Which best describes the growth rate ?