摘要: https://leetcode.com/problems/pascals-triangle/description/ Given a non-negative integer numRows, generate the first numRows of Pascal's triangle. In 阅读全文
posted @ 2018-11-06 19:18 _Zlrrr 阅读(138) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/single-number/description/ Given a non-empty array of integers, every element appears twice except for one. Find that si 阅读全文
posted @ 2018-11-06 18:49 _Zlrrr 阅读(141) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/remove-duplicates-from-sorted-array/description/ Given a sorted array nums, remove the duplicates in-place such that eac 阅读全文
posted @ 2018-11-06 15:42 _Zlrrr 阅读(129) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/description/ Given an array of integers that is already sorted in ascending order, find 阅读全文
posted @ 2018-11-06 13:25 _Zlrrr 阅读(147) 评论(0) 推荐(0)