Question: T(n) = T(n-2) + 1/n Show the recursion tree and calculate the time complexity. Also prove it using induction.
T(n) = T(n-2) + 1/n
Show the recursion tree and calculate the time complexity.
Also prove it using induction.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
