Skip to content

Commit 28695a4

Browse files
committed
Runtime: 0 ms (Top 100.00%) | Memory: 42.7 MB (Top 54.90%)
1 parent 1c41133 commit 28695a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/R/Rotate Image/Rotate Image.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 0 ms (Top 100.00%) | Memory: 42.7 MB (Top 54.90%)
12
class Solution {
23
public void swap(int[][] matrix, int n1, int m1, int n2, int m2) {
34
int a = matrix[n1][m1];
@@ -18,4 +19,4 @@ public void rotate(int[][] matrix) {
1819
}
1920
}
2021
}
21-
}
22+
}

0 commit comments

Comments
 (0)