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
相關文章
相關標籤/搜索