Question: In dynamic programming, what does the term \'overlapping subproblems\' refer to?
Options:
Correct Answer: Subproblems that are solved multiple times
Solution:
Overlapping subproblems refer to subproblems that are solved multiple times in the process of solving a larger problem.