longest common sub sequence program in c++
Answers
Answered by
0
Explanation:
A subsequence is a sequence with the same order of the set of elements. For the sequence “stuv”, the subsequences are “stu”, “tuv”, “suv”,.... etc. For a string of length n, there can be 2n ways to create subsequence from the string.
Plz Mark me as brainlist dude
I hope its helpful
Similar questions