Erstellt von Shannon Anderson-Rush
vor mehr als 8 Jahre
|
||
Frage | Antworten |
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. |
Möchten Sie mit GoConqr kostenlos Ihre eigenen Karteikarten erstellen? Mehr erfahren.