Algorithms

What is the function or purpose of Memoization?

Correct answer

A. An optimization technique that stores the results of expensive function calls to avoid recomputing them.

Explanation

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