原文链接: https://leetcode-cn.com/problems/merge-k-sorted-lists
英文原文You are given an array of k linked-lists lists, each l
标签详情
堆(优先队列) 分类
原文链接: https://leetcode-cn.com/problems/kth-largest-element-in-an-array
英文原文Given an integer array nums and an integer
原文链接: https://leetcode-cn.com/problems/the-skyline-problem
英文原文A city's skyline is the outer contour of the silhou
原文链接: https://leetcode-cn.com/problems/sliding-window-maximum
英文原文You are given an array of integers nums, there
原文链接: https://leetcode-cn.com/problems/ugly-number-ii
英文原文An ugly number is a positive integer whose prime factors are
原文链接: https://leetcode-cn.com/problems/find-median-from-data-stream
英文原文The median is the middle value in an ordered i
原文链接: https://leetcode-cn.com/problems/top-k-frequent-elements
英文原文Given an integer array nums and an integer k, retur
原文链接: https://leetcode-cn.com/problems/design-twitter
英文原文Design a simplified version of Twitter where users can post
原文链接: https://leetcode-cn.com/problems/find-k-pairs-with-smallest-sums
英文原文You are given two integer arrays nums1 and
原文链接: https://leetcode-cn.com/problems/kth-smallest-element-in-a-sorted-matrix
英文原文Given an n x n matrix where each of
1 / 9