MCPcopy 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"""
2In this problem, we want to rotate the matrix elements by 90, 180, 270
3(counterclockwise)
4Discussion in stackoverflow:

Callers

nothing calls this directly

Calls 5

make_matrixFunction · 0.85
rotate_90Function · 0.85
rotate_180Function · 0.85
rotate_270Function · 0.85
print_matrixFunction · 0.70

Tested by

no test coverage detected