Question: When recursion is used to solve a problem, why must the recursive module call itself to solve a smaller version of the original problem?
When recursion is used to solve a problem, why must the recursive module call itself to solve a smaller version of the original problem?
Step by Step Solution
3.45 Rating (152 Votes )
There are 3 Steps involved in it
Recursive algorithms break down a complex problem into smaller more manageable subproblems solving t... View full answer
Get step-by-step solutions from verified subject matter experts
