Which of the following is/are property/properties of a dynamic programming problem?

Which of the following is/are property/properties of a dynamic programming problem? Correct Answer Both optimal substructure and overlapping subproblems

A problem that can be solved using dynamic programming possesses overlapping subproblems as well as optimal substructure properties.

Related Questions

To obtain better memory utilization, dynamic loading is used. With dynamic loading, a routine is not loaded until it is called. For implementing dynamic loading ____________
The dynamic programming implementation of the maximum sum rectangle problem uses which of the following algorithm?