Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Longest Common Substring #1718

Open
projectelex opened this issue Oct 9, 2020 · 6 comments
Open

Longest Common Substring #1718

projectelex opened this issue Oct 9, 2020 · 6 comments

Comments

@projectelex
Copy link

@projectelex projectelex commented Oct 9, 2020

The Longest Common Substring is an approach in which we find out the the Longest Common Substring from the two input strings
Eg:-
s1="abbaf"
s2="abcdef"

The result will be 2 as the length of the Longest Common Substring which is "ab" is 2

@LalwaniSurendra
Copy link

@LalwaniSurendra LalwaniSurendra commented Oct 9, 2020

Can I take this?

@Deepak2417
Copy link

@Deepak2417 Deepak2417 commented Oct 9, 2020

Kindly assign this to me.

@srajantiwari
Copy link

@srajantiwari srajantiwari commented Oct 9, 2020

I'll be happy to contribute code for the problem in Java or C++. Could you assign the problem to me?

@sgarg5794
Copy link

@sgarg5794 sgarg5794 commented Oct 10, 2020

Can you assign this issue to me , I can contribute and write the code in java.

@13snehitha
Copy link

@13snehitha 13snehitha commented Oct 11, 2020

Can you assign this to me.

Imkeshav added a commit to Imkeshav/Java that referenced this issue Oct 14, 2020
Simple implementation for Longest Common Substring  TheAlgorithms#1718
@Imkeshav Imkeshav mentioned this issue Oct 14, 2020
7 of 12 tasks complete
@dhairya-parikh
Copy link

@dhairya-parikh dhairya-parikh commented Oct 24, 2020

Can you please assign this to me?
@projectelex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
7 participants
You can’t perform that action at this time.