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