Design a recursive algorithm to compute 3^n based on the formula 3^n=3^(n−1) + 3^(n−1) + 3^(n−1). Also do the recurrence relation.
Now using back tracking process of recursion to find the value of 3^4
Get Answers For Free
Most questions answered within 1 hours.