码迷,mamicode.com
首页 >  
搜索关键字:palindromic substrin    ( 620个结果
*Maximum Length Palindromic Sub-Sequence of an Array.
/* Write a function to compute the maximum length palindromic sub-sequence of an array. A palindrome is a sequence which is equal to its reverse. A su...
分类:其他好文   时间:2016-01-25 06:38:13    阅读次数:200
1.2.4 Palindromic Squares
Palindromes are numbers that read the same forwards as backwards. The number 12321 is a typical palindrome.Given a number base B (2 2 #include 3 #in.....
分类:其他好文   时间:2016-01-25 06:33:11    阅读次数:181
leetcode 005 Longest Palindromic Substring(java)
5. Longest Palindromic SubstringMy SubmissionsQuestionTotal Accepted:87802Total Submissions:399054Difficulty:MediumGiven a stringS, find the longest p...
分类:编程语言   时间:2016-01-15 20:02:14    阅读次数:227
5. Longest Palindromic Substring
Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa...
分类:其他好文   时间:2016-01-12 01:07:01    阅读次数:218
LeetCode 5 Longest Palindromic Substring(最长子序列)
题目来源:https://leetcode.com/problems/longest-palindromic-substring/Given a stringS, find the longest palindromic substring inS. You may assume that the ...
分类:其他好文   时间:2015-12-25 21:02:43    阅读次数:195
LeetCode - 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...
分类:其他好文   时间:2015-12-09 17:18:01    阅读次数:115
[string]Longest Palindromic Substring
Total Accepted:82026Total Submissions:379898Difficulty:MediumGiven a stringS, find the longest palindromic substring inS. You may assume that the maxi...
分类:其他好文   时间:2015-12-07 22:48:22    阅读次数:294
1019. General Palindromic Number (20)
时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA number that will be the same when it is written forwards or backwards is known as a Palind...
分类:其他好文   时间:2015-12-06 11:29:44    阅读次数:167
267. Palindrome Permutation II
题目:Given a strings, return all the palindromic permutations (without duplicates) of it. Return an empty list if no palindromic permutation could be fo...
分类:其他好文   时间:2015-12-06 01:49:57    阅读次数:200
求最长回文串
Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa...
分类:其他好文   时间:2015-12-03 21:24:33    阅读次数:220
620条   上一页 1 ... 34 35 36 37 38 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!