Algorithms

What is the function or purpose of Dynamic programming?

Correct answer

C. An algorithmic technique that solves problems by breaking them into overlapping subproblems and storing results.

Explanation

Dynamic programming refers to an algorithmic technique that solves problems by breaking them into overlapping subproblems and storing results.