1.6 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?
LeetCode中的原题,请参见我之前的博客Rotate Image 旋转图像。
2023-08-29 22:04:28
1.6 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?
LeetCode中的原题,请参见我之前的博客Rotate Image 旋转图像。