Skip to content

Commit c2f48cc

Browse files
authored
Update minimize-product-sum-of-two-arrays.cpp
1 parent 09b8fb6 commit c2f48cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

C++/minimize-product-sum-of-two-arrays.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Space: O(1)
33

44
// Same problem from https://codingcompetitions.withgoogle.com/codejam/round/00000000004330f6/0000000000432f33
5-
65
class Solution {
76
public:
87
int minProductSum(vector<int>& nums1, vector<int>& nums2) {

0 commit comments

Comments
 (0)