Skip to content

Commit 543973d

Browse files
authored
Update solution001 [python2] - 32ms
1 parent 69284d5 commit 543973d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solution/001.Two Sum/Solution2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#time 32ms
1+
#time 32ms with python2
22
class Solution(object):
33
def twoSum(self, nums, target):
44
buff = {}

0 commit comments

Comments
 (0)