Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ rotate_matrix.py
File
rotate_matrix.py
matrix/rotate_matrix.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
In this problem, we want to rotate the matrix elements by 90, 180, 270
3
(counterclockwise)
4
Discussion in stackoverflow:
Callers
nothing calls this directly
Calls
5
make_matrix
Function · 0.85
rotate_90
Function · 0.85
rotate_180
Function · 0.85
rotate_270
Function · 0.85
print_matrix
Function · 0.70
Tested by
no test coverage detected