Q3
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.
AnswerC.
It uses more memory.
D.
It makes the code simpler.
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board