Skip to content

Commit 4a12751

Browse files
committed
Runtime: 28 ms (Top 65.12%) | Memory: 47.8 MB (Top 52.38%)
1 parent 625f1ff commit 4a12751

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/K/K Inverse Pairs Array/K Inverse Pairs Array.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 28 ms (Top 65.12%) | Memory: 47.8 MB (Top 52.38%)
12
class Solution {
23
public int kInversePairs(int n, int k) {
34
int MOD = 1000000007;
@@ -17,4 +18,4 @@ public int kInversePairs(int n, int k) {
1718

1819
return opt[k][n - 1];
1920
}
20-
}
21+
}

0 commit comments

Comments
 (0)