Closed rishabhgarg25699 closed 4 years ago
@rishabhgarg25699 please assign this to me.
@Vrindagupta6828 This is not for you. If you want, please open the issue, I will assign you the issue
@rishabhgarg25699 Please allow me to solve this issue.
@onbitSyn Assigned
Given a string, find the longest substring which is palindrome. For example,
Input: Given string :"forgeeksskeegfor", Output: "geeksskeeg"
Input: Given string :"Geeks", Output: "ee"