Class Solution
- java.lang.Object
-
- g2301_2400.s2392_build_a_matrix_with_conditions.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[][]
buildMatrix(int k, int[][] rowC, int[][] colC)
-