https://github.com/fandreuz/matrix-rotation
https://www.hackerrank.com/challenges/matrix-rotation-algo/problem
https://github.com/fandreuz/matrix-rotation
Last synced: over 1 year ago
JSON representation
https://www.hackerrank.com/challenges/matrix-rotation-algo/problem
- Host: GitHub
- URL: https://github.com/fandreuz/matrix-rotation
- Owner: fandreuz
- License: mit
- Created: 2024-10-24T07:07:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-24T20:49:49.000Z (over 1 year ago)
- Last Synced: 2025-01-21T12:32:14.584Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matrix rotation
https://www.hackerrank.com/challenges/matrix-rotation-algo/problem
## Running tests
```bash
pip install pytest
pytest
```