亲和串
摘要:
hdu2203:http://acm.hdu.edu.cn/showproblem.php?pid=2203题意:给定两个字符串s1和s2,如果能通过s1循环移位,使s2包含在s1中,那么我们就说s2 是s1的亲和串。题解:把s1拼接两遍,然后直接用KMP搞定。例如 s1=abcd,s2==bcda... 阅读全文
posted @ 2014-07-20 20:24 天依蓝 阅读(292) 评论(0) 推荐(0) 编辑
posted @ 2014-07-20 20:24 天依蓝 阅读(292) 评论(0) 推荐(0) 编辑
posted @ 2014-07-20 15:59 天依蓝 阅读(490) 评论(0) 推荐(0) 编辑
posted @ 2014-07-20 09:47 天依蓝 阅读(223) 评论(0) 推荐(0) 编辑