Start of two sum
This commit is contained in:
parent
97acb55536
commit
4dc1fcce19
7
Top150Interview/1_Two_Sum.py
Normal file
7
Top150Interview/1_Two_Sum.py
Normal file
@ -0,0 +1,7 @@
|
||||
def twoSum(self, nums, target):
|
||||
"""
|
||||
:type nums: List[int]
|
||||
:type target: int
|
||||
:rtype: List[int]
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user