摘要: 30. Substring with Concatenation of All Words You are given a string, s, and a list of words, words, that are all of the same length. Find all startin 阅读全文
posted @ 2019-02-17 22:40 mingL 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 29. Divide Two Integers Given two integers dividend and divisor, divide two integers without using multiplication, division and mod operator. Return t 阅读全文
posted @ 2019-02-17 21:54 mingL 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 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. Ex 阅读全文
posted @ 2019-02-17 21:49 mingL 阅读(117) 评论(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 @ 2019-02-17 21:43 mingL 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 26. Remove Duplicates from Sorted Array Given a sorted array nums, remove the duplicates in-place such that each element appear only once and return t 阅读全文
posted @ 2019-02-17 21:40 mingL 阅读(102) 评论(0) 推荐(0) 编辑