Recursion

Home > Computer Science > Programming Languages > Algorithms and Data Structures > Recursion

Recursion is a programming technique that solves a problem by calling the function itself repeatedly until the base condition is met.