Consider the recurrence T(n) = n²/3 . T(n²/3) +n with base case T (n) = 1 for n<2. Find an asymptotic solution using the method of recursion trees, presenting your answer as follows: (a) How deep is the recursion tree for T(n)? (b) What is the size of the subproblems at level d? (considering the root node to be at depth d = 0) (c) How many nodes does the tree have at level d? (Hint: you may find the geometric series formula helpful.) (d) What is the total “non-recursive work" (i.e., the sum of the non-recursive terms) at level d? (e) What is the asymptotic growth rate of T(n)? Give a precise answer using the O notation.

Operations Research : Applications and Algorithms
4th Edition
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Wayne L. Winston
Chapter18: Deterministic Dynamic Programming
Section18.4: Resource-allocation Problems
Problem 3P
icon
Related questions
Question

Recursion Trees

-----------------------

See Picture

Consider the recurrence T(n) = n²/3 . T(n²/3) +n with base case T(n) = 1 for n < 2. Find an asymptotic
solution using the method of recursion trees, presenting your answer as follows:
(a) How deep is the recursion tree for T(n)?
(b) What is the size of the subproblems at level d? (considering the root node to be at depth d = 0)
(c) How many nodes does the tree have at level d?
(Hint: you may find the geometric series formula helpful.)
(d) What is the total “non-recursive work" (i.e., the sum of the non-recursive terms) at level d?
(e) What is the asymptotic growth rate of T(n)? Give a precise answer using the O notation.
Transcribed Image Text:Consider the recurrence T(n) = n²/3 . T(n²/3) +n with base case T(n) = 1 for n < 2. Find an asymptotic solution using the method of recursion trees, presenting your answer as follows: (a) How deep is the recursion tree for T(n)? (b) What is the size of the subproblems at level d? (considering the root node to be at depth d = 0) (c) How many nodes does the tree have at level d? (Hint: you may find the geometric series formula helpful.) (d) What is the total “non-recursive work" (i.e., the sum of the non-recursive terms) at level d? (e) What is the asymptotic growth rate of T(n)? Give a precise answer using the O notation.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Binomial Heap
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Operations Research : Applications and Algorithms
Operations Research : Applications and Algorithms
Computer Science
ISBN:
9780534380588
Author:
Wayne L. Winston
Publisher:
Brooks Cole