mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Update two_sum challenge arguments to match solution (#167)
This commit is contained in:
parent
919a9d9924
commit
96b01d00ff
|
@ -87,7 +87,7 @@
|
|||
"source": [
|
||||
"class Solution(object):\n",
|
||||
"\n",
|
||||
" def two_sum(self, val):\n",
|
||||
" def two_sum(self, nums, val):\n",
|
||||
" # TODO: Implement me\n",
|
||||
" pass"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user