Vidyalelo
Data Structure · Q35

Dynamic Programming in Data Structures

Programming · Data Structure · question 35

Q35

Which of the following is true about the Bottom-Up approach in Dynamic Programming?

A.
It starts with the main problem and divides it into subproblems.
B.
It uses recursion to solve subproblems.
C.
It only solves the problem iteratively.
D.
It starts with the smallest subproblems and builds up to the solution.
Answer

Answer: Option D

Solution

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