Snippets tagged rotation

  • Rotate a matrix clockwise

    For a given matrix of height H and width W, create a new matrix of height W and width H which is the clockwise rotation of the original matrix.

    1 people like this

    Posted: 4 years ago by groch