Question: In the context of dynamic programming, what does \'tabulation\' refer to?
Options:
Correct Answer: Storing results in a table
Solution:
Tabulation refers to the method of storing results in a table (array) to avoid redundant calculations in dynamic programming.