Skip to content

Commit 4a6a3f5

Browse files
authored
Update Kth Degree Rotation.java
1 parent cec03b5 commit 4a6a3f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Kth Degree Rotation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* where k is input by the user. It also includes a utility to print the matrix.
55
*/
66
public class MatrixRotation {
7-
87
/**
98
* Rotates the given square matrix by 90 degrees clockwise in-place.
109
* This is done in two steps:

0 commit comments

Comments
 (0)