Mark As Completed Discussion

Are you sure you're getting this? Click the correct answer from the options.

Which of the following statements about memoization is true?

  1. Memoization can be used to improve the efficiency of recursive algorithms
  2. Memoization eliminates the need for dynamic programming
  3. Memoization can only be applied to problems with overlapping subproblems
  4. Memoization is a technique used in static programming

Click the option that best answers the question.

  • 1. Memoization can be used to improve the efficiency of recursive algorithms
  • 2. Memoization eliminates the need for dynamic programming
  • 3. Memoization can only be applied to problems with overlapping subproblems
  • 4. Memoization is a technique used in static programming