文件名称:the-longest-palindrome-substring
介绍说明--下载内容均来自于网络,请自行研究使用
对于给定的一个字符串,求出其中最长的回文子串。其中子串的含义是:在原串中连续出现的字符串片段。本算法采用C++编程,一定是你不错的选择!-For a given string,we should find the longest palindrome substring. Which means that the substring: string fragment in the original string of consecutive. The algorithm uses the C++ programming, it must be your good choice!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
the longest palindrome substring.cpp