Removed question about inserting NULL values into the list.

This commit is contained in:
Donne Martin 2015-05-15 06:12:38 -04:00
parent 72ff274ff6
commit 84dfe5efce

View File

@ -23,9 +23,7 @@
"* Is this a circular list?\n", "* Is this a circular list?\n",
" * No\n", " * No\n",
"* Do we keep track of the tail or just the head?\n", "* Do we keep track of the tail or just the head?\n",
" * Just the head\n", " * Just the head"
"* Can you insert NULL values in the list?\n",
" * No"
] ]
}, },
{ {