字符串操作
文章平均质量分 77
JavyZheng
这个作者很懒,什么都没留下…
展开
-
字符串全排列:输入一个字符串,打印字符串元素的所有排列
字符串全排列转载 2013-10-20 14:47:45 · 1346 阅读 · 0 评论 -
String Reduction
问题描述:Given a string consisting of a,b and c's, we can perform the following operation: Take any two adjacent distinct characters and replace it with the third character. For example, if 'a' and 'c'转载 2014-11-20 13:08:52 · 967 阅读 · 0 评论 -
返回所有匹配子串开始下标 KMP
题目:给定一个字符串s和一个模式串p原创 2014-11-20 22:53:13 · 2156 阅读 · 1 评论