10.1 Recursion
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
Term | Definition |
---|---|
Recursion | An iterative process where a method calls itself. |
Base Case | The simplest version of our recursive process. This is the point when the problem cannot be reduced any further. |