一個字符串中最長迴文子串

Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. 一般最長迴文子串的理解爲,正讀和反讀是一樣的,換一種理解方式就是關於中間對稱的,第二種理解更容易對算法產生理解 class Solution {     public
相關文章
相關標籤/搜索