Question: In dynamic programming, what is the purpose of the \'table\' or \'array\' used?
Options:
Correct Answer: To store intermediate results.
Solution:
The table or array in dynamic programming is used to store intermediate results of subproblems, which helps in building up the solution to the overall problem.