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 69284d5 commit 543973dCopy full SHA for 543973d
solution/001.Two Sum/Solution2.py
@@ -1,4 +1,4 @@
1
-#time 32ms
+#time 32ms with python2
2
class Solution(object):
3
def twoSum(self, nums, target):
4
buff = {}
0 commit comments