344.反转字符串
https://leetcode-cn.com/problems/reverse-string/
541. 反转字符串II
https://leetcode-cn.com/problems/reverse-string-ii/
剑指Offer 05.替换空格
https://leetcode-cn.com/problems/ti-huan-kong-ge-lcof/
151.翻转字符串里的单词
https://leetcode-cn.com/problems/reverse-words-in-a-string/
剑指Offer58-II.左旋转字符串
https://leetcode-cn.com/problems/zuo-xuan-zhuan-zi-fu-chuan-lcof/
KMP:
在一个串中查找是否出现过另一个串,这是KMP的看家本领。
28.实现 strStr()
https://leetcode-cn.com/problems/implement-strstr/
459.重复的子字符串
https://leetcode-cn.com/problems/repeated-substring-pattern/