technojam / Ultimate_Algorithms_Repository

This is a collection of Data Structures and Algorithms
83 stars 166 forks source link

Longest Common Subsequence #275

Closed jain2anki closed 4 years ago

jain2anki commented 4 years ago

Title or Name of the Algorithm Longest Common Subsequence

Describe the algorithm Given two sequences, find the length of longest subsequence present in both of them. A subsequence is a sequence that appears in the same relative order, but not necessarily contiguous. For example, “abc”, “abg”, “bdf”, “aeg”, ‘”acefg”, .. etc are subsequences of “abcdefg”.

chiillax commented 4 years ago

Could you please assign me for this task ?

rahulmishra11 commented 4 years ago

Please Assign this task to me.

saifali99 commented 4 years ago

I can do this could you assign me this.