Tweaked add reverse challenge.

This commit is contained in:
Donne Martin
2015-07-05 09:48:05 -04:00
parent e75e128aa5
commit 0adf6c4be0
2 changed files with 15 additions and 15 deletions

View File

@@ -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",