Guest Session: 1 Question Remaining. Create Account to save progress.
Login
Recursionhard
0:00.0

A recursive function processes a sequence of length nnn by making recursive calls on two independent subproblems. Let W(n)W(n)W(n) be the total work (cost of all recursive calls combined, including the root). If each level of recursion does work proportional to nnn, and the recursion tree has depth Θ(log⁡n)\Theta(\log n)Θ(logn), which statement about W(n)W(n)W(n) is correct?