- Properties of Recursion
- Some operation is performed multiple times with different inputs
- In every step we try to make the problem smaller
- We have to have a base condition which tells a system when to stop the recursion.
Slowly and Steadily
Web BackEnd Developer