Recursion

Recursion is a process where a function or procedure calls itself repeatedly until a base condition is met. This powerful concept is fundamental in Computer Science for solving problems by breaking them into smaller, identical subproblems, and is seen in everything from mathematical definitions to Fractals.

See also

Linked from: 61a, Ackermann Function, Base Case, Binary Tree, Burning Ship Fractal, Computable Function, Computable Functions, Difference Equations, Divide And Conquer, Divide Conquer, Dynamic Programming, Fixed Point, Functional Programming, Googology, Iteration, Lisp, Loop, Mathematical Induction, Memoization, Merge Sort, Optimal Substructure, Pure Functions, Recurrence Equations, Self Reference, Self Similarity, Stack, The Infinite Page Loop
0
7 views
1 week ago