ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following is/are property/properties of a dynamic programming problem?
Correct Answer: D — Both optimal substructure and overlapping subproblems
A problem that can be solved using dynamic programming possesses overlapping subproblems as well as optimal substructure properties.