Recursion concept

sir,i am facing difficulty in applying recursion concept.can u plz tell me from where should i solve question to get a good command over this.

@akshay9009,
There are many recursion questions in the course you can try them. There are 2 main conditions in recursion, base condition which basically returns the final answer and the code which does the work. In case of fibonacci question, n==1 is the base condition

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.