Q11
Which of the following is not typically used in Dynamic Programming problems?
A.
A table (array) to store subproblem results.
B.
Recursion with memoization.
C.
Iterative loops to build up solutions.
D.
A stack
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board