LeetCode #4 Longest Palindromic Substring

Question Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.html 即求最长回文子串(注意和最长回文子序列的区别,子串是连续的子序列能够是非连续的)算法 Example 1:post Input: "babad
相关文章
相关标签/搜索