Criado por Shannon Anderson-Rush
mais de 8 anos atrás
|
||
Questão | Responda |
Vocabulary | |
Recursion | A programming technique in which a method calls itself. |
Direct Recursion | When a method invokes itself. |
Indirect Recursion | When a method invokes another method, eventually resulting in the original method being invoked again. |
Base Case | The nonrecursive part which lets the recursion eventually end. |
Tail Recursion | is when the recursive call of a method is made at the last executable step of the method. |
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.