InterviewSolution
Saved Bookmarks
| 1. |
In dynamic programming, the technique of storing the previously calculated values is called ___________(a) Saving value property(b) Storing value property(c) Memoization(d) MappingI had been asked this question in an interview for internship.I'd like to ask this question from Dynamic Programming topic in division Dynamic Programming of Data Structures & Algorithms II |
|
Answer» Correct choice is (c) Memoization |
|