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 c1c730c commit 889d5c4Copy full SHA for 889d5c4
C++/minimum-sum-of-squared-difference.cpp
@@ -1,4 +1,4 @@
1
-// Time: O(nlogr), r is max((abs(i-j) for i, j in itertools.izip(nums1, nums2))
+// Time: O(nlogn + nlogr), r is max((abs(i-j) for i, j in itertools.izip(nums1, nums2))
2
// Space: O(n)
3
4
// binary search
0 commit comments