Memoization is a technique used to _______ redundant computations in dynamic programming algorithms such as computing Fibonacci numbers.

  • Eliminate
  • Introduce
  • Optimize
  • Track
Memoization is a technique used to eliminate redundant computations by storing and reusing previously computed results. In the context of dynamic programming algorithms like computing Fibonacci numbers, it helps optimize the overall computation.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *