有序队列
文章平均质量分 79
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 4. Median of Two Sorted Arrays(两个有序数组的中位数)
原题网址:https://leetcode.com/problems/median-of-two-sorted-arrays/There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run t原创 2016-05-01 15:39:34 · 974 阅读 · 0 评论 -
LeetCode 239. Sliding Window Maximum(滑动窗口最大值)
原题网址:https://leetcode.com/problems/sliding-window-maximum/Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only原创 2016-04-06 12:53:10 · 5928 阅读 · 0 评论