+**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](/wiki/computer_science) for solving problems by breaking them into smaller, identical subproblems, and is seen in everything from mathematical definitions to [Fractals](/wiki/fractals).
+## See also
+- [Algorithm](/wiki/algorithm)
+- [Iteration](/wiki/iteration)
+- [Mathematics](/wiki/mathematics)