mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-03 16:08:02 +00:00
Update two_sum challenge arguments to match solution (#167)
This commit is contained in:
committed by
Donne Martin
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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user