Class Solution


  • public class Solution
    extends Object
    • Constructor Detail

      • Solution

        public Solution()
    • Method Detail

      • matrixReshape

        public int[][] matrixReshape​(int[][] mat,
                                     int r,
                                     int c)