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.
E None of the mentioned
Practice Next

Hey! Ask a query