Question

In dynamic programming, what is memoization?

A A process for optimizing database queries Correct Answer Incorrect Answer
B A technique for storing and reusing intermediate results to avoid redundant calculations Correct Answer Incorrect Answer
C A form of recursion Correct Answer Incorrect Answer
D A way to represent dynamic programming problems graphically Correct Answer Incorrect Answer

Solution

A technique for storing and reusing intermediate results to avoid redundant calculations

Practice Next

Relevant for Exams:

×
×