30.5k views
1 vote
In dynamic programming, the technique of storing the previously calculated values is called A. Saving value property B. Storing value property C. Memoization D. Mapping

User Seti Net
by
5.4k points

1 Answer

4 votes

Answer:

C. Memoization

Step-by-step explanation:

Given that Memoization is a computing strategy that is applied in storing the previously calculated values such that values can easily be recalled to execute similar problems or further problems. It is also used in making recurring algorithms productive

Hence, in this case, In dynamic programming, the technique of storing the previously calculated values is referred to as MEMOIZATION

User Jim Nilsson
by
5.1k points