Rotate Two Dimensional Matrix 2019-09-29 2022-05-31 Algorithm Core1234시계방향 : [x][y] -> [n-y][x]반시계방향 : [x][y] -> [y][n-x] Question12input : String s, int noutput : String answer 문제 보기 SolutionData StructureAlgorithm