最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網 會員登陸 & 注冊

Leetcode 2592. Maximize Greatness of an Array

2023-03-19 13:11 作者:您是打尖兒還是住店呢  | 我要投稿

You are given a 0-indexed integer array?nums. You are allowed to permute?nums?into a new array?perm?of your choosing.

We define the?greatness?of?nums?be the number of indices?0 <= i < nums.length?for which?perm[i] > nums[i].

Return?the?maximum?possible greatness you can achieve after permuting?nums.

?

Example 1:

Input: nums = [1,3,5,2,1,3,1]

Output: 4

Explanation:?

One of the optimal rearrangements is perm = [2,5,1,3,3,1,1]. At indices = 0, 1, 3, and 4, perm[i] > nums[i]. Hence, we return 4.

Example 2:

Input: nums = [1,2,3,4]

Output: 3

Explanation: We can prove the optimal perm is [2,3,4,1]. At indices = 0, 1, and 2, perm[i] > nums[i]. Hence, we return 3.

想啊想,用隊列還是優(yōu)先隊列。。。結果不需要額外的空間,自己跟跟自己去比對,2個指針就可以。。。我真的還是太笨了


Runtime:?11 ms, faster than?100.00%?of?Java?online submissions for?Maximize Greatness of an Array.

Memory Usage:?59.4 MB, less than?100.00%?of?Java?online submissions for?Maximize Greatness of an Array.


Leetcode 2592. Maximize Greatness of an Array的評論 (共 條)

分享到微博請遵守國家法律
驻马店市| 辽阳县| 行唐县| 尚义县| 镇远县| 成都市| 徐汇区| 东至县| 福建省| 田林县| 乐陵市| 武川县| 平阳县| 太湖县| 华亭县| 旺苍县| 柘城县| 新营市| 虞城县| 武安市| 庆安县| 梁山县| 三门县| 尼木县| 禹州市| 余庆县| 林州市| 康乐县| 吉木萨尔县| 涪陵区| 仁布县| 绥阳县| 荃湾区| 文昌市| 赫章县| 栖霞市| 嘉禾县| 江西省| 黄石市| 大连市| 蕉岭县|