recursion tree method is used to find *
Answers
Answered by
0
Answer:
A recursion tree is useful for visualizing what happens when a recurrence is iterated. It diagrams the tree of recursive calls and the amount of work done at each call. For instance, consider the recurrence T(n) = 2T(n/2) + n 2.
Explanation:
Similar questions
Physics,
5 months ago
Chemistry,
5 months ago
English,
10 months ago
Physics,
10 months ago
World Languages,
1 year ago