Summary
English Synonyms:   more detail...
  1. recursion:


English

Detailed Synonyms for recursion in English

recursion:

recursion [the ~] nom

  1. the recursion
    – (mathematics) an expression such that each term is generated by repeating a particular mathematical operation 1
    the recursion
    – (mathematics) an expression such that each term is generated by repeating a particular mathematical operation 1
  2. the recursion
    – The ability of a routine to call itself. Recursion enables certain algorithms to be implemented with small, simple routines, but it does not guarantee speed or efficiency. Erroneous use of recursion can cause a program to run out of stack space during execution, causing the program, and sometimes the entire system, to crash. See also call1 (definition 2), routine. 2
    the recursion
    – The ability of a routine to call itself. Recursion enables certain algorithms to be implemented with small, simple routines, but it does not guarantee speed or efficiency. Erroneous use of recursion can cause a program to run out of stack space during execution, causing the program, and sometimes the entire system, to crash. See also call1 (definition 2), routine. 2

Alternate Synonyms for "recursion":


Related Definitions for "recursion":

  1. (mathematics) an expression such that each term is generated by repeating a particular mathematical operation1
  2. The ability of a routine to call itself. Recursion enables certain algorithms to be implemented with small, simple routines, but it does not guarantee speed or efficiency. Erroneous use of recursion can cause a program to run out of stack space during execution, causing the program, and sometimes the entire system, to crash. See also call1 (definition 2), routine.2