题目标签:Math 题目让我们分发糖果,分的糖果从1 开始依次增加,直到分完。 for loop可以计数糖果的数量,直到糖果发完。但是还是要遍历array 给people 发糖,这里要用到 index = (本轮分糖果的量 % people 的人数)糖果的数量从0 开始计数,这样的话,index 就 ...
分类:
其他好文 时间:
2019-09-16 10:28:44
阅读次数:
102
1. 数组去重 题目描述 代码 2. 分饼干(分糖果) 题目描述 代码 3. 最小路径和(leetcode64) 题目描述 代码 ...
分类:
编程语言 时间:
2019-09-14 16:04:42
阅读次数:
116
原题链接在这里:https://leetcode.com/problems/candy-crush/ 题目: This question is about implementing a basic elimination algorithm for Candy Crush. Given a 2D i ...
分类:
其他好文 时间:
2019-08-28 01:34:34
阅读次数:
125
一、分糖果 二、摇摆序列 三、移除K个数字 四、跳跃游戏 五、射击气球 六、最优加油方法 ...
分类:
编程语言 时间:
2019-08-25 13:53:43
阅读次数:
96
Salty Fish Support or Not Three Investigators Milk Candy Ridiculous Netizens Stay Real TDL Snowy Smile Faraway Nonsense Time Speed Dog 11 Dimensions ...
分类:
其他好文 时间:
2019-08-07 18:50:13
阅读次数:
97
1103. Distribute Candies to People We distribute some number of candies, to a row of n = num_people people in the following way: We then give 1 candy ...
分类:
其他好文 时间:
2019-07-21 13:48:28
阅读次数:
107
题目链接 : https://leetcode cn.com/problems/candy/ 题目描述: 老师想给孩子们分发糖果,有 N 个孩子站成了一条直线,老师会根据每个孩子的表现,预先给他们评分。 你需要按照以下要求,帮助老师给这些孩子分发糖果: 每个孩子至少分配到 1 个糖果。 相邻的孩子中 ...
分类:
其他好文 时间:
2019-07-18 19:48:31
阅读次数:
116
排排坐,分糖果。我们买了一些糖果 candies,打算把它们分给排好队的 n = num_people 个小朋友。给第一个小朋友 1 颗糖果,第二个小朋友 2 颗,依此类推,直到给最后一个小朋友 n 颗糖果。然后,我们再回到队伍的起点,给第一个小朋友 n + 1 颗糖果,第二个小朋友 n + 2 颗 ...
分类:
其他好文 时间:
2019-07-18 13:26:06
阅读次数:
139
Inna and Huge Candy Matrix CodeForces - 400C Inna and Dima decided to surprise Sereja. They brought a really huge candy matrix, it's big even for Sere ...
分类:
其他好文 时间:
2019-07-07 22:43:55
阅读次数:
157
题目 There are N children standing in a line. Each child is assigned a rating value. You are giving candies to these children subjected to the following ...
分类:
其他好文 时间:
2019-05-18 11:13:44
阅读次数:
95