Question: In the context of dynamic programming, what does \'optimal substructure\' mean?
Options:
Correct Answer: The solution can be constructed from optimal solutions of its subproblems
Solution:
Optimal substructure means that the solution to a problem can be constructed from optimal solutions of its subproblems.