How to develop Thinking for recursion best way and approaches and what should be our basic thought doing recursion problem
Regarding Recursion
@sparshkapoor43_3066749b0e68a908 As you have been taught in the lectures that recursion questions can be solved by using Concept of smaller problem and bigger problem. If you are sure that recursion will be applied in the question then you will also know what is the smaller problem and bigger problem. After recognizing smaller and bigger problems try to think what will be the parameters you need so that you can solve smaller problems and make them a solution to a bigger problem. Now think about how recursion calls will be made and this totally depends on smaller problem that is how you divided the problem.In short just try to use the concept of smaller problem and bigger problem taught in your lectures. For more info : https://youtu.be/Mr9MVpSoTGk
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.