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.
AnswerD.
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