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 318339d commit 82b9714Copy full SHA for 82b9714
Python/3sum-closest.py
@@ -26,4 +26,3 @@ def threeSumClosest(self, nums, target):
26
min_diff = abs(total-target)
27
result = total
28
return result
29
-˝
0 commit comments