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 9004ccd commit 3225a05Copy full SHA for 3225a05
two-sum/rivkode.py
@@ -16,3 +16,4 @@ def twoSum(self, nums, target):
16
return [i, dic[complement]]
17
18
dic[v] = i
19
+
0 commit comments