Examveda

In the Dynamic Programming approach to the Longest Common Subsequence problem, what is typically used to store intermediate results?

A. A stack

B. A queue

C. A 2D array

D. A linked list

Answer: Option C


Join The Discussion

Related Questions on Dynamic Programming in Data Structures