Algorithms

Which of the following best names the concept in which an optimization technique that stores the results of expensive function calls to avoid recomputing them?

Correct answer

D. Memoization

Explanation

Memoization refers to an optimization technique that stores the results of expensive function calls to avoid recomputing them.