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 1e37b25 commit 2efa74aCopy full SHA for 2efa74a
two-sum/hj4645.py
@@ -9,4 +9,3 @@ def twoSum(self, nums: List[int], target: int) -> List[int]:
9
if remain in dict:
10
return [dict[remain], i]
11
dict[num] = i
12
-
0 commit comments