Update linked_lists constraints

This commit is contained in:
Donne Martin
2016-06-12 23:10:28 -04:00
parent e1239d8902
commit 9a7958e5b4
4 changed files with 28 additions and 24 deletions

View File

@@ -33,7 +33,7 @@
"source": [
"## Constraints\n",
"\n",
"* Do you expect the return to be in reverse order too?\n",
"* Do we expect the return to be in reverse order too?\n",
" * Yes\n",
"* What if one of the inputs is None?\n",
" * Return None for an invalid operation\n",
@@ -256,7 +256,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.3"
"version": "3.5.0"
}
},
"nbformat": 4,