Question: In dynamic programming, what does the term \'overlapping subproblems\' mean?
Options:
Correct Answer: Subproblems that share sub-subproblems
Solution:
Overlapping subproblems refer to subproblems that share sub-subproblems, allowing for reuse of results.