Skip to content

Commit 7a2ab91

Browse files
two sum-newline
1 parent 6dc68e4 commit 7a2ab91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

two-sum/deepInTheWoodz.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ def twoSum(self, nums: List[int], target: int) -> List[int]:
77
if other in passed:
88
return [passed[other], i]
99
passed[num] = i
10-

0 commit comments

Comments
 (0)