mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-03 16:08:02 +00:00
Removed question about inserting NULL values into the list.
This commit is contained in:
@@ -23,9 +23,7 @@
|
||||
"* Is this a circular list?\n",
|
||||
" * No\n",
|
||||
"* Do we keep track of the tail or just the head?\n",
|
||||
" * Just the head\n",
|
||||
"* Can you insert NULL values in the list?\n",
|
||||
" * No"
|
||||
" * Just the head"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user