Class Solution
- java.lang.Object
-
- g1901_2000.s1914_cyclically_rotating_a_grid.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[][]
rotateGrid(int[][] grid, int k)
-