Recursion
Emergence definition
A function that solves a problem by invoking itself, with each subsequent call breaking down the problem into smaller sub-problems until a base case is reached, relying on the process of executing a series of operations according to a defined set of rules and procedures, and the organized arrangement of interrelated parts that work together over time.
Wiktionary senses
Historical origin
Prerequisite chain
Neighborhood
In other languages
Prerequisites
-
Recursion is a technique where a function calls itself to solve problems.
-
Recursion is an algorithmic technique where a function calls itself.
-
Understanding recursion requires knowledge of computation as a foundational technical concept.