RECURSION
Scrabble letter values: R1E1C3U1R1S1I1O1N1 = 11
Definition
- noun (mathematics) an expression such that each term is generated by repeating a particular mathematical operation.
Examples
- “n! = n × (n − 1)! (for n > 0) or 1 (for n = 0) defines the factorial function using recursion.”
- “This function uses recursion to compute factorials.”