Mark As Completed Discussion

Try this exercise. Click the correct answer from the options.

What is the purpose of using memoization in dynamic programming?

Click the option that best answers the question.

  • To reduce the space complexity
  • To improve the time complexity
  • To avoid recursive solutions
  • To eliminate overlapping subproblems