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 6dc68e4 commit 7a2ab91Copy full SHA for 7a2ab91
two-sum/deepInTheWoodz.py
@@ -7,4 +7,3 @@ def twoSum(self, nums: List[int], target: int) -> List[int]:
7
if other in passed:
8
return [passed[other], i]
9
passed[num] = i
10
-
0 commit comments