recursion
English

Etymology
Category:English terms derived from Proto-Indo-European#RECURSIONCategory:English terms derived from the Proto-Indo-European root *ḱers-#RECURSIONBorrowed from LatinCategory:English terms borrowed from Latin#RECURSIONCategory:English terms derived from Latin#RECURSION recursiō (“the act of running back or again, return”), from recurrō (“run back; return”), from re- (“back, again”) + currō (“run”).
Pronunciation
- IPA(key): /ɹɪˈkɜː(ɹ)ʒən/Category:English 3-syllable words#RECURSIONCategory:English terms with IPA pronunciation#RECURSION
Category:English terms with audio pronunciation#RECURSIONAudio (General American): (file)
Category:English terms with audio pronunciation#RECURSIONAudio (Southern England): (file) - Rhymes: -ɜː(ɹ)ʒənCategory:Rhymes:English/ɜː(ɹ)ʒən#RECURSIONCategory:Rhymes:English/ɜː(ɹ)ʒən/3 syllables#RECURSION
Noun
Examples |
---|
Hofstadter's law: It always takes longer than you expect, even when you take into account Hofstadter's law. |
recursion (countable and uncountable, plural recursions)Category:English lemmas#RECURSIONCategory:English nouns#RECURSIONCategory:English uncountable nouns#RECURSIONCategory:English countable nouns#RECURSIONCategory:English countable nouns#RECURSIONCategory:English entries with incorrect language header#RECURSIONCategory:Pages with entries#RECURSIONCategory:Pages with 1 entry#RECURSION
- The act of recurring.
- 1852, William Hastings Macaulay, chapter XIX, in Kathay: A Cruise in the China Seas:
- The inhabitants predicate the recursion of these storms by numerous other signs, and are prompt to take every precaution to avoid their effects.Category:English terms with quotations#RECURSION
- (mathematicsCategory:en:Mathematics#RECURSION) 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.Category:English terms with usage examples#RECURSION
- 1988, Andrew Radford, Transformational grammar: a first course, Cambridge, UK: Cambridge University Press, page 128:
- 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.Category:English terms with quotations#RECURSION
- (programmingCategory:en:Programming#RECURSION) The invocation of a procedure from within itself.
- This function uses recursion to compute factorials.Category:English terms with usage examples#RECURSION
- 2011, Michael T. Goodrich, Roberto Tamassia, David M. Mount, Data Structures and Algorithms in C++, John Wiley & Sons, →ISBN, page 144:
- When an algorithm makes two recursive calls, we say that it uses binary recursion.Category:English terms with quotations#RECURSION
Derived terms
Related terms
Translations
- The translations below need to be checked and inserted above into the appropriate translation tables. See instructions at Wiktionary:Entry layout § Translations.