Vidyalelo
Data Structure · Q179

Dynamic Programming in Data Structures

Programming · Data Structure · question 179

Q179

Which of the following is the longest common subsequence between the strings "hbcfgmnapq" and "cbhgrsfnmq" ?

A.
hgmq
B.
cfnq
C.
bfmq
D.
fgmna
Answer

Answer: Option D

Solution

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