LeetCode214——最短回文串

个人LeetCode代码仓:https://github.com/617076674/LeetCodejava 原题连接:https://leetcode-cn.com/problems/shortest-palindrome/description/git 题目描述:github 知识点:回文字符串、KMP算法算法 思路一:暴力破解法 要找到知足题目要求的最短回文串,本质是要找到最长的回文子串,
相关文章
相关标签/搜索