Longest Palindromic Substring Flashcards

1
Q

Longest Palindromic Substring*

Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly