原文链接: https://leetcode-cn.com/problems/kth-largest-element-in-an-array
英文原文Given an integer array nums and an integer
标签详情
快速选择 分类
原文链接: https://leetcode-cn.com/problems/top-k-frequent-elements
英文原文Given an integer array nums and an integer k, retur
原文链接: https://leetcode-cn.com/problems/k-closest-points-to-origin
英文原文Given an array of points where points[i] = [xi,
原文链接: https://leetcode-cn.com/problems/find-the-kth-largest-integer-in-the-array
英文原文You are given an array of strings
原文链接: https://leetcode-cn.com/problems/zui-xiao-de-kge-shu-lcof
中文题目输入整数数组 arr ,找出其中最小的 k 个数。例如,输入4、5、1、6、2、7、3、8这8个数字
原文链接: 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/g5c51o
中文题目给定一个整数数组 nums 和一个整数 k ,请返回其中出现频率前 k 高的元素。可以按 任意顺序 返回答案。
原文链接: https://leetcode-cn.com/problems/xx4gT2
中文题目给定整数数组 nums 和整数 k,请返回数组中第 k 个最大的元素。
请注意,你需要找的是数组排序后的第 k 个最大的元素,而不是第