Question

What is a key characteristic of dynamic programming?

A It only works on problems with a single optimal solution.
B It uses recursion to solve problems.
C It stores the results of subproblems and reuses them to avoid redundant computations.
D It doesn't support memoization.
Practice Next

Relevant for Exams:

Hey! Ask a query