We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8585d3 commit 32e18caCopy full SHA for 32e18ca
00_Arrays/rotate-image/README.md
@@ -63,4 +63,4 @@ rotate the input matrix in-place such that it becomes:
63
- We traverse the 2D matrix layer by layer.
64
- Start from all four corners of the layer and then move them one by one. And swap them appropriately.
65
66
-> The comments in the code have a good explanation about how sweeping layer by layer
+> The comments in the code have a good explanation about how we sweep layer by layer
0 commit comments