Vidyalelo
Data Structure · Q14

Dynamic Programming in Data Structures

Programming · Data Structure · question 14

Q14

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
Answer
D.
A linked list

Answer: Option C

Solution

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