Class Solution
- java.lang.Object
-
- g1101_1200.s1103_distribute_candies_to_people.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
distributeCandies(int candies, int numPeople)
-