Creado por Shannon Anderson-Rush
hace más de 8 años
|
||
Pregunta | Respuesta |
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. |
¿Quieres crear tus propias Fichas gratiscon GoConqr? Más información.