19.02 - Recursion Flashcards
1
Q
Recursion
A
A process using a function or procedure that is defined in terms of itself and calls itself
2
Q
Base case
A
A terminating solution to a process that is not recursive
3
Q
General case
A
A solution to a process that is recursively defined
4
Q
Winding
A
Process which occurs when a recursive function or procedure is called until the base case is found
5
Q
Unwinding
A
Process which occurs when a recursive function finds the base case and the function returns the values