0
点赞
收藏
分享

微信扫一扫

leetcode-48-Rotate Image

往复随安_5bb5 2023-08-23 阅读 66


In order to rotate 90 degree:
- swap the matrix top-down
- swap the matrix according the trace line
So that we can get the matrix.

From the problem, we can know that a complexity can be decompose to some simple action.

Error:
N/A


举报

相关推荐

0 条评论