2017年6月23日
摘要: LeetCode 29 Divide Two Integers Question Divide two integers without using multiplication, division and mod operator. If it is overflow, return MAX_IN 阅读全文
posted @ 2017-06-23 22:20 Silence_cnblogs 阅读(230) 评论(0) 推荐(0) 编辑
摘要: LeetCode 28 Implement strStr() Question Implement strStr(). Returns the index of the first occurrence of needle in haystack, or 1 if needle is not par 阅读全文
posted @ 2017-06-23 18:36 Silence_cnblogs 阅读(222) 评论(0) 推荐(0) 编辑
摘要: LeetCode 27 Remove Element Question Given an array and a value, remove all instances of that value in place and return the new length. Do not allocate 阅读全文
posted @ 2017-06-23 17:12 Silence_cnblogs 阅读(221) 评论(0) 推荐(0) 编辑
摘要: LeetCode 26 Remove Duplicates from Sorted Array Question Given a sorted array, remove the duplicates in place such that each element appear only once 阅读全文
posted @ 2017-06-23 15:24 Silence_cnblogs 阅读(157) 评论(0) 推荐(0) 编辑