minor phrasing fix on challenge constraints

This commit is contained in:
Rafael Aguiar 2015-07-24 17:22:17 -03:00
parent b89c714448
commit a6e2f15122

View File

@ -36,7 +36,7 @@
"\n",
"* For simplicity, are the keys integers only?\n",
" * Yes\n",
"* For collision resolution, can we use linked lists?\n",
"* For collision resolution, can we use chaining?\n",
" * Yes\n",
"* Do we have to worry about load factors?\n",
" * No"