原文链接: https://leetcode-cn.com/problems/smallest-k-lcci
英文原文Design an algorithm to find the smallest K numbers in an ar
标签详情
堆(优先队列) 分类
原文链接: https://leetcode-cn.com/problems/continuous-median-lcci
英文原文Numbers are randomly generated and passed to a metho
原文链接: https://leetcode-cn.com/problems/get-kth-magic-number-lcci
英文原文Design an algorithm to find the kth number such t
原文链接: https://leetcode-cn.com/problems/5TxKeK
英文原文
中文题目小扣在秋日市集入口处发现了一个数字游戏。主办方共有 `N` 个计数器,计数器编号为 `0 ~ N-1`。每个计数器上分别显示
原文链接: https://leetcode-cn.com/problems/t3fKg1
英文原文
中文题目某实验室计算机待处理任务以 `[start,end,period]` 格式记于二维数组 `tasks`,表示完成该任务的时间
原文链接: https://leetcode-cn.com/problems/DFPeFJ
英文原文
中文题目小明的电动车电量充满时可行驶距离为 `cnt`,每行驶 1 单位距离消耗 1 单位电量,且花费 1 单位时间。小明想选择电动
原文链接: https://leetcode-cn.com/problems/o8SXZn
英文原文
中文题目给定 N 个无限容量且初始均空的水缸,每个水缸配有一个水桶用来打水,第 `i` 个水缸配备的水桶容量记作 `bucket[i
原文链接: https://leetcode-cn.com/problems/jBjn9C
中文题目设计一个找到数据流中第 k 大元素的类(class)。注意是排序后的第 k 大元素,不是第 k 个不同的元素。
请实现 KthLarg
原文链接: https://leetcode-cn.com/problems/g5c51o
中文题目给定一个整数数组 nums 和一个整数 k ,请返回其中出现频率前 k 高的元素。可以按 任意顺序 返回答案。
原文链接: https://leetcode-cn.com/problems/qn8gGX
中文题目给定两个以升序排列的整数数组 nums1 和 nums2 , 以及一个整数 k 。
定义一对值