Vidyalelo
Data Structure · Q36

Dynamic Programming in Data Structures

Programming · Data Structure · question 36

Q36

What is the main advantage of using a Top-Down approach with memoization in Dynamic Programming?

A.
It can be more intuitive and easier to implement for certain problems.
Answer
B.
It avoids overlapping subproblems.
C.
It always uses less memory than Bottom-Up.
D.
It guarantees faster execution.

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board