Q17
In a Dynamic Programming solution, what does "table" refer to?
A.
A method for sorting elements.
B.
A technique for recursion.
C.
A global variable for storing results.
D.
A data structure used to store subproblem results.
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board