算法成长之路leetcode5-6
5. 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.
Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.