rishabhgarg25699 / Competitive-Programming

This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding. Join with me on telegram group https://t.me/joinchat/GL4Y8RREZbz-Cp78R869CQ
63 stars 120 forks source link

Longest Palindromic Substring #283

Closed rishabhgarg25699 closed 3 years ago

rishabhgarg25699 commented 3 years ago

Given a string, find the longest substring which is palindrome. For example,

Input: Given string :"forgeeksskeegfor", Output: "geeksskeeg"

Input: Given string :"Geeks", Output: "ee"

Vrindagupta6828 commented 3 years ago

@rishabhgarg25699 please assign this to me.

rishabhgarg25699 commented 3 years ago

@Vrindagupta6828 This is not for you. If you want, please open the issue, I will assign you the issue

onbit-uchenik commented 3 years ago

@rishabhgarg25699 Please allow me to solve this issue.

rishabhgarg25699 commented 3 years ago

@onbitSyn Assigned