From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- "files/es/glossary/recursi\303\263n/index.html" | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 "files/es/glossary/recursi\303\263n/index.html" (limited to 'files/es/glossary/recursión/index.html') diff --git "a/files/es/glossary/recursi\303\263n/index.html" "b/files/es/glossary/recursi\303\263n/index.html" new file mode 100644 index 0000000000..866ba64a33 --- /dev/null +++ "b/files/es/glossary/recursi\303\263n/index.html" @@ -0,0 +1,18 @@ +--- +title: Recursión +slug: Glossary/Recursión +tags: + - CodingScripting + - Glosario +translation_of: Glossary/Recursion +--- +

Es el acto de una función llamándose a sí misma. La recursión es utilizada para resolver problemas que contienen subproblemas más pequeños. Una función recursiva puede recibir 2 entradas: un caso base (finaliza la recursión) o un un caso recursivo (continúa la recursión).

+ +

Saber más

+ +

Conocimiento general

+ + -- cgit v1.2.3-54-g00ecf