摘要: LeetCode Notes_#15 3SumLeetCode Contents题目思路和解答思路解答 题目Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives... 阅读全文
posted @ 2018-11-08 20:16 Howfar's 阅读(129) 评论(0) 推荐(0)
摘要: LeetCode Notes_#11 Container with Most WaterLeetCode Contents题目思路和解答思路解答需要注意的点 题目Given n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines... 阅读全文
posted @ 2018-11-08 16:42 Howfar's 阅读(112) 评论(0) 推荐(0)