recursion
Is it a Scrabble word? See definition, points, and words you can make.
Is recursion a Scrabble word?
Word Games
- Scrabble US/Canada (OTCWL) Yes
- Scrabble UK (SOWPODS) Yes
- Wordle No
- Words With Friends Yes
What is the meaning of recursion?
Definition
noun (English)
1. (mathematics) The act of defining an object (usually a function) in terms of that object itself.Examples: "n! = n × (n − 1)! (for n > 0) or 1 (for n = 0) defines the factorial function using recursion."; "However, we have still not achieved our goal of devising a finite set of rules which will generate an infinite set of sentence structures. In order to achieve this goal, we need to allow for the fact that natural languages typically have the property that they allow potentially infinite recursion of particular structures."countableuncountable
2. (programming) The invocation of a procedure from within itself.Examples: "This function uses recursion to compute factorials."; "When an algorithm makes two recursive calls, we say that it uses binary recursion."countableuncountable
Definition source: Wiktionary