Back

Codekata Palindromic Problem

Created 3 years ago
34 Views
2 Comments
parthibanr04
@parthibanr04
parthibanr04
@parthibanr04Profile is locked. Login

Given a string of length N, find the longest palindromic substring.
Input Size : 1 <= N <= 1000

Sample Testcase :
INPUT
DIEHEIDI
OUTPUT
DIEHEID

Comments (2)
Please login to comment.