码迷,mamicode.com
首页 > 其他好文 > 详细

44. leetcode 28. Implement strStr()

时间:2017-04-09 22:03:02      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:匹配   blog   first   log   img   串匹配   strstr   imp   images   

28. Implement strStr()

Implement strStr().

Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.

思路:子串匹配,朴素匹配。

技术分享

 

44. leetcode 28. Implement strStr()

标签:匹配   blog   first   log   img   串匹配   strstr   imp   images   

原文地址:http://www.cnblogs.com/vincent93/p/6686651.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!