Question: 8. (project) Write a recursive function fibItHelper that takes three arguments, n, a, and b; it should implement the recurrence f. Then write a function

8. (project) Write a recursive function fibItHelper that takes three arguments, n, a, and b; it should implement the recurrence f. Then write a function fibIt that calls fibItHelper initializing a to 0 and b to 1. Does fibIt also run slowly on the value of n that you found made fib run slowly
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
