标签:style blog color java strong for ar 代码
题目:
You are given an n x n 2D matrix representing an image.
Rotate the image by 90 degrees (clockwise).
Follow up:
Could you do this in-place?
题解:
这道题就是考察很直白的旋转坐标。要in place的。画个图自己算算就出来了。
代码如下:
Rotate Image leetcode java,布布扣,bubuko.com
标签:style blog color java strong for ar 代码
原文地址:http://www.cnblogs.com/springfor/p/3886487.html