Recursion

Home > Computer Science > Algorithms and data structures > Algorithm design > Recursion

Recursion is a powerful technique in algorithm design that involves breaking down a problem into smaller sub-problems and solving them recursively.