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