摘要: Implement strStr(). Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack. AC代码: class Solution(obj 阅读全文
posted @ 2016-03-06 23:23 水果拼盘武士G 阅读(98) 评论(0) 推荐(0) 编辑