
leetcode系列
菜鸟很菜
菜鸟很菜,仍然要飞~
展开
-
leetcode(16) 3Sum Closest解题报告
链接:https://leetcode.com/problems/3sum-closest/ 题目:16. 3Sum Closest Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return th原创 2016-05-27 14:25:31 · 603 阅读 · 0 评论 -
leecode(29) Divide Two Integers
原题链接:https://leetcode.com/problems/divide-two-integers/ 题目:29. Divide Two Integers Divide two integers without using multiplication, division and mod operator. If it is overflow, return M原创 2016-06-01 15:29:41 · 478 阅读 · 0 评论 -
leetcode (30) Substring with Concatenation of All Words
原题链接:https://leetcode.com/problems/substring-with-concatenation-of-all-words/ 题目:30. Substring with Concatenation of All Words You are given a string, s, and a list of words, words, that are原创 2016-06-01 15:58:46 · 371 阅读 · 0 评论