[LeetCode]Longest Palindromic Substring

題目來源:c++ https://leetcode.com/problems/longest-palindromic-substring/description/web 這道題是很經典的一道題目,筆試中常常會考到,須要認真理解而且懂得如何實現對應的算法。算法 題目是要求找到一個字符串中最長的迴文子串,迴文串是什麼意思呢?數組 舉個例子以下: Input: 「babad」 Output: 「bab」
相關文章
相關標籤/搜索