This example contains a recursive function for removing a directory tree.
A recursive function must be able to refer to itself.
Stacks are an important way of supporting nested or recursive function calls.
So let's rectify that, and design a tail recursive function instead.
Corrijamos esto, y diseñemos una función recursiva de cola en su lugar.
We often say that a recursive function 'calls itself'.
A menudo decimos que una función recursiva 'se llama así misma'.
The recursive function accidentally resulted in an infinite loop.
La función recursiva accidentalmente resultó en un bucle infinito.
The recursive function is a little more difficult.
La función recursiva es un poco más difícil.
But I also included the recursive function that is quite widespread on the internet.
Pero también incluí la función recursiva que está bastante generalizada por internet.
The map function is an example of a recursive function on arrays.
La función map es un ejemplo de una función recursiva sobre arrays.
A function that calls itself is known as a recursive function.
Una función que llama a sí mismo se conoce como una función recursiva.
The third part of a recursive function is the recursive call.
La tercera parte de una función recursiva es la llamada recursiva.
A recursive function typically contains a conditional expression which has three parts
Una función recursiva típicamente contiene una expresión condicional que tiene tres partes
A function that calls itself is called a recursive function.
Una función que se llama a sí misma se denomina una función recursiva.