mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Removed question about inserting NULL values into the list.
This commit is contained in:
parent
72ff274ff6
commit
84dfe5efce
|
@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user