RECURSION
11
Scrabble
14
WWF
R(1) E(1) C(3) U(1) R(1) S(1) I(1) O(1) N(1)
NWL/TWL ✓ Collins ✓ WWF ✓
Definition
noun
- The act of recurring.
- The act of defining an object (usually a function) in terms of that object itself.“n! = n × (n − 1)! (for n > 0) or 1 (for n = 0) defines the factorial function using recursion.”
- The invocation of a procedure from within itself.“This function uses recursion to compute factorials.”
Source: Wiktionary
Hooks
Back hooks: RECURSION-S