Class Solution
- java.lang.Object
-
- g2301_2400.s2305_fair_distribution_of_cookies.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
distributeCookies(int[] c, int k)
-