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

AntiClockwise rotation of Matrix by 90 degrees.py #2

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

Conversation

Ashindustry007
Copy link

Time complexity is O(nn) for an nn square matrix.
The solution is tested on various test cases rotating them anticlockwise by 90 degrees successfully.

@Ashindustry007 Ashindustry007 changed the title Create AntiClockwise rotate Matrix by 90 degree.py AntiClockwise rotation of Matrix by 90 degrees.py Oct 1, 2020
@Raj2367
Copy link
Contributor

Raj2367 commented Oct 5, 2020

First of all, try to give the total code, not the only function.
And Try to come up with a solution that doesn't use extra space.

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

Successfully merging this pull request may close these issues.

3 participants