Skip to content

Commit c6121c6

Browse files
committed
two-sum solution
1 parent 19ee8c7 commit c6121c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

two-sum/HYUNAHKO.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ def twoSum(self, nums: List[int], target: int) -> List[int]:
1010
result.append(idx1)
1111
result.append(idx2)
1212
return result
13+

0 commit comments

Comments
 (0)