标签:
题目链接:https://leetcode.com/problems/implement-strstr/
题目:
Implement strStr().
Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
算法:
标签:
原文地址:http://blog.csdn.net/yeqiuzs/article/details/51590930