Class Solution
- java.lang.Object
-
- g1901_2000.s1931_painting_a_grid_with_three_different_colors.Solution
-
public class Solution extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intP
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcolorTheGrid(int m, int n)
-
-
-
Field Detail
-
P
public static final int P
- See Also:
- Constant Field Values
-
-