From 68fc8e96a9629e73469ed457abd955e548ec670c Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:49:58 +0100 Subject: unslug pt-br: move --- files/pt-br/glossary/recursion/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 files/pt-br/glossary/recursion/index.html (limited to 'files/pt-br/glossary/recursion') diff --git a/files/pt-br/glossary/recursion/index.html b/files/pt-br/glossary/recursion/index.html new file mode 100644 index 0000000000..eb43639f84 --- /dev/null +++ b/files/pt-br/glossary/recursion/index.html @@ -0,0 +1,19 @@ +--- +title: Recursão +slug: Glossario/Recursão +tags: + - Glossário + - Iniciante + - Programando +translation_of: Glossary/Recursion +--- +

Um ato de uma função invocando a si mesma. A recursão é usada para resolver problemas que contêm subproblemas menores. Uma função recursiva pode receber dois inputs (entradas): um caso base (termina a recursão) ou um caso recursivo (continua a recursão).

+ +

Leia mais

+ +

Conhecimento Geral

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