OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.52k stars 3.66k forks source link

Create Longestcommonsubsequencesubstringproblem.cpp #6738

Closed Jyotishmoy12 closed 8 months ago

Jyotishmoy12 commented 8 months ago

// This is a new dynamic programming problem. I have published a research paper // about this problem under the guidance of Professor Rao Li (University of // South Carolina, Aiken) along with my friend. The paper has been accepted by // the Journal of Mathematics and Informatics.The problem is a variation of the // standard longest common subsequence problem. It says that--> "Suppose there // are two strings, X and Y. Now we need to find the longest string, which is a // subsequence of X and a substring of Y."

Jyotishmoy12 commented 8 months ago

@AdiChat Please accept the issue with hacktoberfest tag

Jyotishmoy12 commented 8 months ago

@AdiChat when will this get merged?