Examveda

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: Option D


Join The Discussion

Related Questions on Dynamic Programming in Data Structures