标签:mic script mes 左右 let span leetcode etc str
回文串
回文串(palindromic string)是指这个字符串无论从左读还是从右读,所读的顺序是一样的;简而言之,回文串是左右对称的。一般求解一个字符串的最长回文子串问题。
problem:Longest Palindromic Substring
参考
1.LongestPalindromicSubstring;
完
【letcode】5-LongestPalindromicSubstring
标签:mic script mes 左右 let span leetcode etc str
原文地址:https://www.cnblogs.com/happyamyhope/p/9847752.html