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

Best explanation: Memoization is the TECHNIQUE in which previously CALCULATED values are stored, so that, these values can be USED to solve other SUBPROBLEMS.



Discussion

No Comment Found

Related InterviewSolutions