Skip to content

Commit bed50d7

Browse files
committed
Runtime: 133 ms (Top 92.5%) | Memory: 102.80 MB (Top 75.0%)
1 parent 05cd853 commit bed50d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/algorithms/M/Minimum Sum of Squared Difference/Minimum Sum of Squared Difference.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Runtime: 133 ms (Top 92.5%) | Memory: 102.80 MB (Top 75.0%)
2+
13
class Solution {
24
public:
35
long long minSumSquareDiff(vector<int>& nums1, vector<int>& nums2, int k1, int k2) {

0 commit comments

Comments
 (0)