mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-08 10:28:03 +00:00
minor phrasing fix on challenge constraints
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user