In dynamic programming, the technique of storing the previously calculated values is called ___________

In dynamic programming, the technique of storing the previously calculated values is called ___________ Correct Answer Memoization

Memoization is the technique in which previously calculated values are stored, so that, these values can be used to solve other subproblems.

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 ____________