Build your intuition. Fill in the missing part by typing it in.
In top-down dynamic programming, we store the results of expensive function calls and reuse them when the same inputs occur again. This technique is also known as ___.
Write the missing line below.