Examveda

What is the key advantage of using Dynamic Programming over plain recursion?

A. It makes the code simpler.

B. It reduces the time complexity by storing results of subproblems.

C. It uses more memory.

D. It makes the code simpler.

Answer: Option B


Join The Discussion

Related Questions on Dynamic Programming in Data Structures