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