LeetCode164——最大間距

我的LeetCode代碼倉:https://github.com/617076674/LeetCode 原題鏈接:https://leetcode-cn.com/problems/maximum-gap/description/ 題目描述: 知識點:桶排序 思路:桶排序 如果數組中的元素個數小於2,直接返回0即可。 對於n(n >= 2)個元素,假設其中的最大值是max,最小值是min。 如果ma
相關文章
相關標籤/搜索