Vidyalelo
Data Structure · Q208

Dynamic Programming in Data Structures

Programming · Data Structure · question 208

Q208

Consider the strings "PQRSTPQRS" and "PRATPBRQRPS". What is the length of the longest common subsequence?

A.
9
B.
8
C.
7
Answer
D.
6

Answer: Option C

Solution

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