rishabhgarg25699 / Competitive-Programming

This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding. Join with me on telegram group https://t.me/joinchat/GL4Y8RREZbz-Cp78R869CQ
63 stars 120 forks source link

Longest Common Subsequence #282

Closed rishabhgarg25699 closed 4 years ago

rishabhgarg25699 commented 4 years ago

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”.

krish7777 commented 4 years ago

@rishabhgarg25699 I would like to work on this issue.

ashishrrs commented 4 years ago

Plizz assign this to me

ishi0301 commented 4 years ago

please assign me this

onbit-uchenik commented 4 years ago

Please assign to me.:)

rishabhgarg25699 commented 4 years ago

@onbitSyn You have assigned