Vidyalelo
Data Structure · Q17

Dynamic Programming in Data Structures

Programming · Data Structure · question 17

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

Answer: Option D

Solution

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