Python icon indicating copy to clipboard operation
Python copied to clipboard

Longest Palindromic Subtring | Dynamic Programming

Open ganesh-utla opened this issue 1 year ago • 8 comments

Problem Statement: Given a string s, return the longest palindromic substring in s. A string is called a palindrome string if the reverse of that string is the same as the original string. Substring is a part of the string that can be achieved by deleting zero or more characters from the beginning and from the ending of the string.

Input: "Any String" Output: "palindromic substring with maximum length"

Eg: Input: "abcbabcbade"
Output: "abcbabcba"

ganesh-utla avatar Oct 02 '22 05:10 ganesh-utla

Please assign me to this task..

ganesh-utla avatar Oct 02 '22 05:10 ganesh-utla

I can do it sir , please assign this task to me.

deepalithakur17 avatar Oct 04 '22 07:10 deepalithakur17

i want to work on this please assign it to me.

abhijeet-crypto avatar Oct 04 '22 14:10 abhijeet-crypto

I want to work on this sir, please assign it to me.

ratansen avatar Oct 05 '22 08:10 ratansen

I would like to contribute

Sounakray2003 avatar Oct 05 '22 15:10 Sounakray2003

Please assign this to me, I will do not only time complexity optimized but also space optimized dp solution as well.

RohitSingh107 avatar Oct 08 '22 07:10 RohitSingh107

Hello, I am interested to solve this issue. Please assign it to me

SusavanMondal avatar Oct 11 '22 05:10 SusavanMondal

Hello, I am ready with this solution and interested to solve this issue. Can you assign this to me?

Prudhvi26102000 avatar Oct 14 '22 05:10 Prudhvi26102000

Can You assign this issue to me. I will try my best to give you the desired code.

sushmita-2002 avatar Oct 26 '22 17:10 sushmita-2002