[CareerCup] 1.6 Rotate Image 翻转图像

 

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 旋转图像

posted @ 2015-07-17 05:21  Grandyang  阅读(823)  评论(0编辑  收藏  举报
Fork me on GitHub