Tweaked remove duplicates challenge algorithm discussion.

This commit is contained in:
Donne Martin
2015-07-06 05:45:09 -04:00
parent 8403fe5032
commit 3061020cc1
2 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@
"\n",
"* Is this a singly or doubly linked list?\n",
" * Singly\n",
"* Can you insert NULL values in the list?\n",
"* Can you insert None values in the list?\n",
" * No\n",
"* Can you use additional data structures?\n",
" * Implement both solutions\n",