码迷,mamicode.com
首页 >  
搜索关键字:palindromic substrin    ( 620个结果
[LeetCode] Palindromic Substrings
Given a string, your task is to count how many palindromic substrings in this string. The substrings with different start indexes or end indexes are c ...
分类:其他好文   时间:2018-01-20 16:25:02    阅读次数:157
PAT 1024. Palindromic Number
A number that will be the same when it is written forwards or backwards is known as a Palindromic Number (回文数字). For example, 1234321 is a palindromic ...
分类:其他好文   时间:2018-01-15 18:44:57    阅读次数:213
Palindromic Tree 回文自动机-回文树 例题+讲解
恢复内容开始 回文树,也叫回文自动机,是2014年被西伯利亚民族发明的,其功能如下: 1、求前缀字符串中的本质不同的回文串种类 2、求每个本质不同回文串的个数 3、以下标i为结尾的回文串个数/种类 4、每个本质不同回文串包含的本质不同回文串种类 (本文参考自Palindromic Tree——回文树 ...
分类:其他好文   时间:2018-01-10 22:45:57    阅读次数:95
CF 835D Palindromic characteristics(DP)
题目链接:http://codeforces.com/problemset/problem/835/D 题目: Palindromic characteristics of string s with length |s| is a sequence of |s| integers, where k ...
分类:其他好文   时间:2018-01-10 21:35:18    阅读次数:182
LN : leetcode 730 Count Different Palindromic Subsequences
lc 730 Count Different Palindromic Subsequences [730 Count Different Palindromic Subsequences][1] Given a string S, find the number of different non e ...
分类:其他好文   时间:2018-01-09 23:19:52    阅读次数:753
LeeCode(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. Example: 暂时还没写出来 ...
分类:其他好文   时间:2018-01-07 20:04:09    阅读次数:99
5. Longest Palindromic Substring最大回文子串
最大回文子序列在:http://www.cnblogs.com/stAr-1/p/7444994.html ...
分类:其他好文   时间:2018-01-01 18:19:26    阅读次数:116
leetcode 算法整理
一 字符串中的最大回文串(第5题) Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of sis 1000. Example: Example: ...
分类:编程语言   时间:2017-12-28 19:45:13    阅读次数:249
回文串最大长度
1)lettcode题目: Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example: ...
分类:其他好文   时间:2017-12-20 03:40:57    阅读次数:216
Leetcode: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. Example: Example: 题意:找到一个字符串的最长回文子 ...
分类:其他好文   时间:2017-12-18 19:10:59    阅读次数:144
620条   上一页 1 ... 16 17 18 19 20 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!