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 0c98424 commit d7db655Copy full SHA for d7db655
two-sum/socow.py
@@ -14,5 +14,3 @@ def twoSum(self, nums: List[int], target: int) -> List[int]:
14
if complement in num_map:
15
return [num_map[complement], i]
16
num_map[num] = i
17
- return []
18
-
0 commit comments