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

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

Leetcode 2358. Maximum Number of Groups Entering a Competition

2023-02-20 14:06 作者:您是打尖兒還是住店呢  | 我要投稿

You are given a positive integer array?grades?which represents the grades of students in a university. You would like to enter?all?these students into a competition in?ordered?non-empty groups, such that the ordering meets the following conditions:

  • The sum of the grades of students in the?ith?group is?less than?the sum of the grades of students in the?(i + 1)th?group, for all groups (except the last).

  • The total number of students in the?ith?group is?less than?the total number of students in the?(i + 1)th?group, for all groups (except the last).

Return?the?maximum?number of groups that can be formed.

?

Example 1:

Input: grades = [10,6,12,7,3,5]Output: 3Explanation: The following is a possible way to form 3 groups of students: - 1st group has the students with grades = [12]. Sum of grades: 12. Student count: 1 - 2nd group has the students with grades = [6,7]. Sum of grades: 6 + 7 = 13. Student count: 2 - 3rd group has the students with grades = [10,3,5]. Sum of grades: 10 + 3 + 5 = 18. Student count: 3 It can be shown that it is not possible to form more than 3 groups.

Example 2:

Input: grades = [8,8]Output: 1Explanation: We can only form 1 group, since forming 2 groups would lead to an equal number of students in both groups.

?

Constraints:

  • 1 <= grades.length <= 105

  • 1 <= grades[i] <= 105

每次看到100.00%就可以開心一下了。


Runtime:?0 ms, faster than?100.00%?of?Java?online submissions for?Maximum Number of Groups Entering a Competition.

Memory Usage:?50.6 MB, less than?69.28%?of?Java?online submissions for?Maximum Number of Groups Entering a Competition.


Leetcode 2358. Maximum Number of Groups Entering a Competition的評論 (共 條)

分享到微博請遵守國家法律
屏东县| 武夷山市| 赤壁市| 福建省| 巨野县| 宜黄县| 枞阳县| 台安县| 巴彦淖尔市| 滦平县| 临西县| 乡城县| 紫金县| 铁力市| 乌鲁木齐县| 开鲁县| 林芝县| 安溪县| 西藏| 上林县| 阿巴嘎旗| 雅江县| 岢岚县| 张掖市| 老河口市| 尚义县| 田东县| 怀仁县| 阳春市| 电白县| 荃湾区| 涟水县| 黔西县| 南涧| 博兴县| 屏山县| 凉山| 灯塔市| 柘城县| 巴中市| 元谋县|