Basic-Python-Programs icon indicating copy to clipboard operation
Basic-Python-Programs copied to clipboard

new python script, Palindrome_Substring

Open maazsaiyed opened this issue 2 years ago • 0 comments

Program to get maximum length substring from a given string.

For example: STRING : 'malayalam' OUTPUT : 'malayalam'

STRING : 'aabaaaacaaaa' OUTPUT : 'aaaacaaaa'

STRING : 'abc' OUTPUT : 'a'

maazsaiyed avatar Oct 04 '23 16:10 maazsaiyed