mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-03-04 14:48:45 +00:00
Tweaked remove duplicates challenge algorithm discussion.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user