KhushbooGoel01 / Top-Interview-Questions--Leetcode

These are codes for Top Interview Questions from Leetcode.
242 stars 141 forks source link

Longest Palindromic Substring #221

Open santushtisharma10 opened 2 years ago

santushtisharma10 commented 2 years ago

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 commented 2 years ago

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

syedareehaquasar commented 2 years ago

assigned reviewing pr!