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 cec03b5 commit 4a6a3f5Copy full SHA for 4a6a3f5
Kth Degree Rotation.java
@@ -4,7 +4,6 @@
4
* where k is input by the user. It also includes a utility to print the matrix.
5
*/
6
public class MatrixRotation {
7
-
8
/**
9
* Rotates the given square matrix by 90 degrees clockwise in-place.
10
* This is done in two steps:
0 commit comments