Question: What is a base case for a recursive solution? a) A statement to ensure infinite recursion never happens b) An if statement in the recursive
What is a base case for a recursive solution?
a) A statement to ensure infinite recursion never happens
b) An if statement in the recursive function
c) The condition that tells the recursion to stop
d) The base problem to be solved by the algorithm
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
