Class Solution
- java.lang.Object
-
- g0501_0600.s0566_reshape_the_matrix.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[][]
matrixReshape(int[][] mat, int r, int c)
-