CC-logo-short.png?w=1000

Codecademy Team

Most recent

1019 articles
Header-Image_2083x875-10.png?w=1024

What Is Recursion in Programming? 

12/28/2023
6 minutes
By Codecademy Team

Recursion is a method of solving a problem using smaller instances of the same problem. In programming, it is when a function calls itself until it is solved.