原文链接: https://leetcode-cn.com/problems/maximum-gap
英文原文Given an integer array nums, return the maximum difference betw
标签详情
桶排序 分类
原文链接: https://leetcode-cn.com/problems/contains-duplicate-iii
英文原文Given an integer array nums and two integers k and t
原文链接: https://leetcode-cn.com/problems/top-k-frequent-elements
英文原文Given an integer array nums and an integer k, retur
原文链接: https://leetcode-cn.com/problems/sort-characters-by-frequency
英文原文Given a string s, sort it in decreasing order
原文链接: https://leetcode-cn.com/problems/top-k-frequent-words
英文原文Given an array of strings words and an integer k, retu
原文链接: https://leetcode-cn.com/problems/sort-an-array
英文原文Given an array of integers nums, sort the array in ascending
原文链接: https://leetcode-cn.com/problems/7WqeDu
中文题目给你一个整数数组 nums 和两个整数 k 和 t 。请你判断是否存在 两个不同下标 i 和 j,使得 abs(nu
原文链接: https://leetcode-cn.com/problems/g5c51o
中文题目给定一个整数数组 nums 和一个整数 k ,请返回其中出现频率前 k 高的元素。可以按 任意顺序 返回答案。