recursion

See also: recursión and récursion

English

A recursive shape
Examples

Hofstadter’s Law: It always takes longer than you expect, even when you take into account Hofstadter’s Law.

Etymology

Borrowed from Latin recursiō (the act of running back or again, return), from recurrō (run back; return), from re- (back, again) + currō (run).

Pronunciation

  • Rhymes: -ɜː(r)ʒən

Noun

recursion (countable and uncountable, plural recursions)

  1. The act of recurring.
  2. (mathematics) The act of defining an object (usually a function) in terms of that object itself.
    • 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 struc-
      tures. For example, one Clause can be embedded inside another indefinitely
      many times, [...]
    n! = n × (n 1)! (for n > 0) or 1 (for n = 0) defines the factorial function using recursion.
  3. (computing) The invocation of a procedure from within itself.
    This function uses recursion to compute factorials.

Derived terms

Translations

The translations below need to be checked and inserted above into the appropriate translation tables, removing any numbers. Numbers do not necessarily match those in definitions. See instructions at Wiktionary:Entry layout#Translations.

Anagrams

This article is issued from Wiktionary. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.