Merge pull request #28 from rafadaguiar/master

Minor phrasing fix on challenge constraints
This commit is contained in:
Donne Martin 2015-07-28 06:39:03 -04:00
commit 9a3bf24150

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"