Question: In the context of dynamic programming, what does the term \'overlapping subproblems\' refer to?
Options:
Correct Answer: Problems that can be broken down into smaller subproblems that are reused
Solution:
Overlapping subproblems refer to problems that can be broken down into smaller subproblems that are reused multiple times in the computation.