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.
题目:查找字符串中最长回文子...
分类:
其他好文 时间:
2016-05-12 22:22:17
阅读次数:
207
1019. General Palindromic Number (20)
时间限制
400 ms
内存限制
65536 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
A number that will be the same ...
分类:
其他好文 时间:
2016-05-12 17:40:32
阅读次数:
168
ZOJ 3661 Palindromic Substring(回文树)...
分类:
其他好文 时间:
2016-05-12 16:19:55
阅读次数:
178
HDU 5658 CA Loves Palindromic(回文树)...
分类:
其他好文 时间:
2016-05-12 15:50:22
阅读次数:
224
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 longes ...
分类:
其他好文 时间:
2016-05-11 13:11:19
阅读次数:
154
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 longes ...
分类:
其他好文 时间:
2016-05-10 12:23:43
阅读次数:
187
Problem:
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.
Analysis:...
分类:
其他好文 时间:
2016-05-07 08:41:06
阅读次数:
176
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 longes ...
分类:
其他好文 时间:
2016-05-05 14:38:01
阅读次数:
123