What is 'memoization' in the context of recursion?
Storing the results of expensive function calls to avoid re-computation
A way to delete recursive calls
The process of reaching the base case
Writing the code in reverse