Top-Interview-Questions--Leetcode icon indicating copy to clipboard operation
Top-Interview-Questions--Leetcode copied to clipboard

Longest Palindromic Substring

Open santushtisharma10 opened this issue 4 years ago • 2 comments

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 avatar Oct 30 '21 07:10 santushtisharma10

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

santushtisharma10 avatar Oct 30 '21 07:10 santushtisharma10

assigned reviewing pr!

syedareehaquasar avatar Oct 30 '21 15:10 syedareehaquasar