Vocab Bloom Hub

recursion

/rɪˈkɜː.ʒən/

1 entry

noun

C1formalcommontechnical/rɪˈkɜː.ʒən/

A noun referring to a process or expression in which each term is generated by repeating a particular mathematical operation, often involving self-reference.

  • 🇷🇺Существительное, обозначающее процесс или выражение, в котором каждый элемент порождается повторением определённой математической операции, часто включающей самоотсылку.
  1. Mathematical recursion C1 formal scientific

    A method of defining a sequence or function where each term is generated by applying a fixed rule to previous terms.

    • The Fibonacci sequence is defined by recursion, where each number is the sum of the two preceding ones.
    • Recursion is used to define factorials: n! = n * (n-1)!.
    • In mathematics, recursion allows for the compact definition of complex sequences.

    🇷🇺Рекурсия

    Synonyms: recurrencerecursive definition

  2. Programming recursion B2 formal IT

    A technique in computer programming where a function calls itself to solve a problem by breaking it down into smaller, similar subproblems.

    • The algorithm uses recursion to traverse a binary tree.
    • Recursion can simplify code for problems like sorting and searching.
    • A recursive function must have a base case to avoid infinite loops.

    🇷🇺Рекурсия в программировании

  • recursions plural form
  • recursions' possessive plural form
  • recursion's possessive singular form