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

Rotate-a-2D-array-without-using-extra-space.c #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Rotate-a-2D-array-without-using-extra-space.c #60

wants to merge 1 commit into from

Conversation

himanshusharma89
Copy link

You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). You need to do this in place. Note that if you end up using an additional array, you will only receive partial score.

You are given an n x n 2D matrix representing an image.  Rotate the image by 90 degrees (clockwise).  You need to do this in place.  Note that if you end up using an additional array, you will only receive partial score.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant