Question: A recursive algorithm must _______________ in the recursive case. a. Solve the problem without recursion b. Reduce the problem to a smaller version of the
A recursive algorithm must _______________ in the recursive 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.52 Rating (155 Votes )
There are 3 Steps involved in it
The recursive case of a recursive algorith... View full answer
Get step-by-step solutions from verified subject matter experts
