Class Solution
java.lang.Object
g1001_1100.s1030_matrix_cells_in_distance_order.Solution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[][]
allCellsDistOrder
(int rows, int cols, int rCenter, int cCenter)
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
allCellsDistOrder
public int[][] allCellsDistOrder(int rows, int cols, int rCenter, int cCenter)
-