Question: A recursive algorithm must _______________ in the base case. a. Solve the problem without recursion b. Reduce the problem to a smaller version of the
A recursive algorithm must _______________ in the base case.
a. Solve the problem without recursion
b. Reduce the problem to a smaller version of the original problem
c. Acknowledge that an error has occurred and abort the program
d. Enlarge the problem to a larger version of the original problem
Step by Step Solution
3.46 Rating (153 Votes )
There are 3 Steps involved in it
A recursive algorithm must b reduce the problem to a smaller version of the original prob... View full answer
Get step-by-step solutions from verified subject matter experts
