🎴 Flashcard Mode
Dynamic Programming
Card1 / 15
Mastered0
Review0
QuestionClick to flip
What is the primary goal of Dynamic Programming?
AnswerClick to flip back
A
To solve optimization problems.
💡 Explanation:
Dynamic Programming aims to solve optimization problems by breaking them down into smaller subproblems, solving each subproblem optimally, and combining the solutions to obtain the optimal solution to the original problem.