1.7 Rotate Matrix: Given an image represented by an NxN matrix, where each pixel in the image is 4 bytes, write a method to rotate the image by 90 degrees. Can you do this in place?
https://discuss.leetcode.com/topic/9744/ac-java-in-place-solution-with-explanation-easy-to-understand