摘要: 地址: 描述: 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 阅读全文
posted @ 2019-04-30 22:43 夏落若的博客 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 地址:https://leetcode.com/problems/kth-largest-element-in-an-array/ 描述: Find the kth largest element in an unsorted array. Note that it is the kth large 阅读全文
posted @ 2019-04-30 22:07 夏落若的博客 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 地址:https://leetcode.com/problems/merge-sorted-array/ 描述: Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. 阅读全文
posted @ 2019-04-30 21:51 夏落若的博客 阅读(154) 评论(0) 推荐(0) 编辑