ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
In dynamic programming, the technique of storing the previously calculated values is called ___________
Correct Answer: C — Memoization
Memoization is the technique in which previously calculated values are stored, so that, these values can be used to solve other subproblems.