The reason one can use recursion to solve a problem is that one big problem can be divided into multiple subproblems and each subproblem follow the same logic and structure.


Comments