In dynamic programming, the technique of storing the previously calculated values is called ___________
Saving value property
Storing value property
Memoization
Mapping
View Answer
Correct Answer: C — Memoization
Explanation:
Memoization is the technique in which previously calculated values are stored, so that, these values can be used to solve other subproblems.
