Polish remove duplicates challenge and solution

Update constraints and algorithm discussion.
This commit is contained in:
Donne Martin
2016-06-12 23:25:49 -04:00
parent 94aaedb49f
commit 8cc41e23af
2 changed files with 14 additions and 15 deletions

View File

@@ -38,9 +38,11 @@
" * Singly\n",
"* Can you insert None values in the list?\n",
" * No\n",
"* Can you use additional data structures?\n",
" * Implement both solutions\n",
"* Can we assume we already have a linked list class that can be used for this problem?\n",
" * Yes\n",
"* Can we use additional data structures?\n",
" * Implement both solutions\n",
"* Can we assume this fits in memory?\n",
" * Yes"
]
},
@@ -193,7 +195,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.3"
"version": "3.5.0"
}
},
"nbformat": 4,