parent:: Recursion
Base case is like a problem/condition to which we always know the answer to.
In case of Recursion we can say base case is the base of the problem we are trying to solve i.e it is the condition to end the breaking of the bigger problem to smaller problems by giving an ending condition to which we know the solution to.
References::
Tags::
Back-links::
Foot-notes::