Examveda

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: Option D


Join The Discussion

Related Questions on Dynamic Programming in Data Structures