Skip to content

Longest Palindromic Substring #221

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

Open
santushtisharma10 opened this issue Oct 30, 2021 · 2 comments
Open

Longest Palindromic Substring #221

santushtisharma10 opened this issue Oct 30, 2021 · 2 comments
Assignees

Comments

@santushtisharma10
Copy link
Contributor

Problem : Given a string s, return the longest palindromic substring in s.

Input: s = "babad"
Output: "bab"
Note: "aba" is also a valid answer.
@santushtisharma10
Copy link
Contributor Author

@syedareehaquasar please assign me this issue. I would like to do it in C++

@syedareehaquasar
Copy link
Collaborator

assigned reviewing pr!

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

No branches or pull requests

2 participants