Leetcode 설명 이번에 풀어볼 문제는 리트코드 48번 문제 Rotate Image 다. 우선 문제를 살펴보자. 리트코드 48번 문제 Rotate Image 링크 https://leetcode.com/problems/rotate-image/ Rotate Image - LeetCode Can you solve this real interview question? Rotate Image - You are given an n x n 2D matrix representing an image, rotate the image by 90 degrees (clockwise). You have to rotate the image in-place [https://en.wikipedia.org/wiki/In-place_..