Loading practice questions
In dynamic programming, the technique of storing the previously calculated values is called ___________
(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.