郑州升达经贸管理学院-17级-孔鑫
郑州升达经贸管理学院-17级-孔鑫
全部文章
KMP
ACM(6)
ACM算法题(26)
AC自动机(2)
DP(9)
JAVA(6)
二分匹配(3)
划水(3)
博弈(3)
大数(2)
并查集(8)
广搜(4)
散知识(1)
最小生成树(7)
最短路(6)
未归档(51)
深搜(8)
蓝桥杯(3)
贪心(3)
归档
标签
去牛客网
登录
/
注册
K.X的博客
瓜子、饮料、矿泉水
全部文章
/ KMP
(共10篇)
ZZULIOJ-2264——sequence
sequence 题目描述 给定一个含n个数的序列A和一个含m (m<=n) 个数的序列B。 询问在A中有多少段连续的长为m的子序列Ak,Ak+1,…,Ak+m-1使得对于任意1<=i, j&...
2018-12-04
0
396
KMP算法理解
KMP算法理解 KMP算法是一种改进的字符串匹配的算法,在之前我们看到在字符串A中找出字符串B的位置这样的题时,第一反应就是用两个for循环来进行查找,这样的效率比较低,如果两个字符串的长度非常大的话,就会需要花费很长...
2018-07-28
0
658
POJ - 2752 Seek the Name, Seek the Fame (KMP)
Seek the Name, Seek the Fame Description The little cat is so famous, that many couples tramp over hill and dale to Bytel...
2018-07-23
0
390
HDU - 2594 Simpsons’ Hidden Talents (KMP)
Simpsons’ Hidden Talents Problem Description Homer: Marge, I just figured out a way to discover some of the talents we w...
2018-07-23
0
421
HDU - 1358 Period (KMP)
Period Problem Description For each prefix of a given string S with N characters (each character has a...
2018-07-23
0
328
HDU - 1867 A + B for you again (kmp)
A + B for you again Problem Description Generally speaking, there are a lot of problems about strings processing....
2018-07-23
0
370
HDU - 1711 Number Sequence (KMP)
Number Sequence Problem Description Given two sequences of numbers : a[1], a[2], ...... , a[N], and b[1], b[2], .....
2018-07-23
0
333
HDU - 3746 Cyclic Nacklace (KMP)
Cyclic Nacklace Problem Description CC always becomes very depressed at the end of this month, he has checked his c...
2018-07-23
0
357
HDU - 2203 亲和串 (KMP)
亲和串 Problem Description 人随着岁数的增长是越大越聪明还是越大越笨,这是一个值得全世界科学家思考的问题,同样的问题Eddy也一直在思考,因为他在很小的时候就知道亲和串如何判断了,但是...
2018-07-22
0
495
HDU - 1686 Oulipo (KMP)
Oulipo Problem Description The French author Georges Perec (1936–1982) once wrote a book, La disparitio...
2018-07-22
0
395