文件名称:longestPalindrome
介绍说明--下载内容均来自于网络,请自行研究使用
求最长回文子串 第一种解法:动态规划(内存分配较多,且时间复杂度为O(n^2))第2种解法:Manacher算法-Find the longest palindrome substring First Solution: Dynamic Programming (memory allocation more, and the time complexity is O (n ^ 2)) The second solution: Manacher algorithm
(系统自动生成,下载前可以参看下载内容)
下载文件列表
longestPalindrome.cpp