摘要: Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number. The function 阅读全文
posted @ 2019-03-30 17:02 IreneZh 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may comple 阅读全文
posted @ 2019-03-30 16:33 IreneZh 阅读(110) 评论(0) 推荐(0) 编辑
摘要: I Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transacti 阅读全文
posted @ 2019-03-30 14:47 IreneZh 阅读(114) 评论(0) 推荐(0) 编辑
摘要: Given a non-negative integer numRows, generate the first numRows of Pascal's triangle. In Pascal's triangle, each number is the sum of the two numbers 阅读全文
posted @ 2019-03-30 13:57 IreneZh 阅读(103) 评论(0) 推荐(0) 编辑
摘要: Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. Note: The number of elements initialized in nums1 and num 阅读全文
posted @ 2019-03-30 12:11 IreneZh 阅读(66) 评论(0) 推荐(0) 编辑