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, and there exists one unique longest palindromic substring.  時間複雜度爲O(N²)的算法-動態規劃
相關文章
相關標籤/搜索