码迷,mamicode.com
首页 >  
搜索关键字:palindromic substrin    ( 620个结果
ZOJ 3661 Palindromic Substring(回文树)
ZOJ 3661 Palindromic Substring(回文树)...
分类:其他好文   时间:2016-05-12 16:19:55    阅读次数:178
HDU 5658 CA Loves Palindromic(回文树)
HDU 5658 CA Loves Palindromic(回文树)...
分类:其他好文   时间:2016-05-12 15:50:22    阅读次数:224
5. Longest Palindromic Substring
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
5. Longest Palindromic Substring
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
LeetCode--5. Longest Palindromic Substring
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
5. Longest Palindromic Substring
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
LeetCode : 5. Longest Palindromic Substring
...
分类:其他好文   时间:2016-04-28 11:58:25    阅读次数:225
[经典] 回文问题(三)
Longest Palindromic Substring 最长回文子串 Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 100 ...
分类:其他好文   时间:2016-04-22 18:25:01    阅读次数:147
输入身份证号,得到生日
Console.WriteLine("请输入你的身份证号码:"); string a = Console.ReadLine(); int year = Convert.ToInt32(a.Substring(6, 4)); int month = Convert.ToInt32(a.Substrin ...
分类:其他好文   时间:2016-04-21 15:19:43    阅读次数:132
Longest Palindromic Substring
题目 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 lon ...
分类:其他好文   时间:2016-04-11 18:11:35    阅读次数:155
620条   上一页 1 ... 32 33 34 35 36 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!