mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-11 03:48:03 +00:00
Tweaked add reverse challenge.
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
"\n",
|
||||
"* Do you expect the return to be in reverse order too?\n",
|
||||
" * Yes\n",
|
||||
"* What if one of the inputs is NULL?\n",
|
||||
" * Return NULL for an invalid operation\n",
|
||||
"* What if one of the inputs is None?\n",
|
||||
" * Return None for an invalid operation\n",
|
||||
"* How large are these numbers--can they fit in memory?\n",
|
||||
" * Yes\n",
|
||||
"* Can we assume we already have a linked list class that can be used for this problem?\n",
|
||||
|
||||
Reference in New Issue
Block a user