Recursion

5.0(1)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards
recursion
a way to make a function call itself
2
New cards
recursive call
distinguishing characteristics of a recursive method, relates to the method call itself
3
New cards
base case
a way to stop recursive calls
4
New cards
call stack
keeps track of the methods that are being called when the code runs, as well as local variables and where the call returns to