KMP
薰衣草
这个作者很懒,什么都没留下…
展开
-
SDUTOJ 2772--KMP简单应用
Description 给定两个字符串string1和string2,判断string2是否为string1的子串。 Input 输入包含多组数据,每组测试数据包含两行,第一行代表string1(长度小于1000000),第二行代表string2(长度小于1000000),string1和string2中保证不出现空格。 Output 对于每组输入原创 2014-09-19 12:49:33 · 435 阅读 · 0 评论 -
Power Strings(求循环节)
题目描述 Given two strings a and b we define a*b to be their concatenation. For example, if a = "abc" and b = "def" then a*b = "abcdef". If we think of concatenation as multiplication, exponentiation原创 2014-09-20 22:29:28 · 514 阅读 · 0 评论