recursion

Nuestro enfoque bilingüe te permite comprender y aprender nuevas palabras en contexto. Podrás descubrir el significado preciso de cada término en español y, al mismo tiempo, explorar su explicación monolingua en inglés para desarrollar una comprensión más profunda del vocabulario y su uso adecuado.

  • shape
  • shape


Definizione monolingua


recursion


Noun

recursion (plural recursions)


  1. The act of recurring.
  2. (mathematics) 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.
  3. (computing) The calling of a function from within that same function.
    This function uses recursion to compute factorials.

Definizione dizionario recursion


ricorsività
  the act of recurring
  in mathematics
ricorsione
  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.

Altri significati:
  (computing) The calling of a function from within that same function.
  The definition of an operation in terms of itself.
  (mathematics) The act of defining an object (usually a function) in terms of that object itself.
  The act of recurring.

Traduzione recursion


ricorsività ,ricorsione

Il nostro dizionario è liberamente ispirato al wikidizionario .... The online encyclopedia in which any reasonable person can join us in writing and editing entries on any encyclopedic topic



Aprende inglés con nosotros

Regístrate gratis y accede a todos nuestros ejercicios

¡Regístrate gratis!
Forum
Altre materie

Estadísticas

En el panel personal, cada usuario puede seguir fácilmente todos los puntos obtenidos en los ejercicios. ¡Los gráficos muestran claramente las actividades aún por completar y lo que ya has logrado!


Ve a mi dashboard  

Resources: To ensure optimal performance and prevent server overload, each user is allocated a limited quota of resources
...
Exercise:
...
ChatGpt
...