Vidyalelo
Data Structure · Q11

Dynamic Programming in Data Structures

Programming · Data Structure · question 11

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
Answer

Answer: Option D

Solution

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