Back to Glossary
DevelopmentIntermediate

What is Recursion?

A programming technique where a function calls itself to solve a problem by breaking it into smaller versions of the same problem.

Why It Matters

Recursion elegantly solves problems involving nested or tree-like data structures.

Real-World Example

A function that lists all files in a folder and its subfolders by calling itself for each subfolder it finds.

“Understanding terms like Recursion matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”

Callum Holt, Founder, 13Labs

Learn More at buildDay Melbourne

Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.