Skip to content

Commit 889d5c4

Browse files
authored
Update minimum-sum-of-squared-difference.cpp
1 parent c1c730c commit 889d5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/minimum-sum-of-squared-difference.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Time: O(nlogr), r is max((abs(i-j) for i, j in itertools.izip(nums1, nums2))
1+
// Time: O(nlogn + nlogr), r is max((abs(i-j) for i, j in itertools.izip(nums1, nums2))
22
// Space: O(n)
33

44
// binary search

0 commit comments

Comments
 (0)