Implement strStr().
Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
原文链接http://blog.youkuaiyun.com/crazy__chen/article/details/45603507
Implement strStr().
Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
原文链接http://blog.youkuaiyun.com/crazy__chen/article/details/45603507