[LeetCode28] Implement strStr()
Implement strStr().Returns a pointer to the first occurrence of needle in haystack, or null if needle is not part of haystack.in Java, there is an API function name indexof(), it returns index
原创
2016-04-02 11:24:31 ·
488 阅读 ·
0 评论