mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Merge pull request #28 from rafadaguiar/master
Minor phrasing fix on challenge constraints
This commit is contained in:
commit
9a3bf24150
|
@ -36,7 +36,7 @@
|
||||||
"\n",
|
"\n",
|
||||||
"* For simplicity, are the keys integers only?\n",
|
"* For simplicity, are the keys integers only?\n",
|
||||||
" * Yes\n",
|
" * Yes\n",
|
||||||
"* For collision resolution, can we use linked lists?\n",
|
"* For collision resolution, can we use chaining?\n",
|
||||||
" * Yes\n",
|
" * Yes\n",
|
||||||
"* Do we have to worry about load factors?\n",
|
"* Do we have to worry about load factors?\n",
|
||||||
" * No"
|
" * No"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user