Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the of Rotate Image #126

Open
Suchit1938 opened this issue Oct 20, 2024 · 1 comment
Open

Implement the of Rotate Image #126

Suchit1938 opened this issue Oct 20, 2024 · 1 comment
Assignees
Labels

Comments

@Suchit1938
Copy link
Contributor

You are given an n x n 2D matrix representing an image, rotate the image by 90 degrees (clockwise).

You have to rotate the image which means you have to modify the input 2D matrix directly. DO NOT allocate another 2D matrix and do the rotation.

Constraints:

  1. n == matrix.length == matrix[i].length
  2. 1 <= n <= 20
  3. -1000 <= matrix[i][j] <= 1000
@Suchit1938
Copy link
Contributor Author

Plz, assign the issue to me and also add tag of hacktoberfest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants