Vidyalelo
Data Structure · Q39

Dynamic Programming in Data Structures

Programming · Data Structure · question 39

Q39

In Dynamic Programming, what is the purpose of initializing the table or array with base cases?

A.
To simplify the recursion.
B.
To directly solve the problem.
C.
To provide starting values for building up the solution.
Answer
D.
To ensure that all entries are zero.

Answer: Option C

Solution

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