Fork me on GitHub
摘要: 28、Implement strStr() Implement strStr(). Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack. Exa 阅读全文
posted @ 2018-12-19 17:13 皮皮丶码 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 27、 Remove Element Given an array nums and a value val, remove all instances of that value in-place and return the new length. Do not allocate extra s 阅读全文
posted @ 2018-12-19 16:43 皮皮丶码 阅读(205) 评论(0) 推荐(0) 编辑