diff --git a/arrays_strings/hash_map/hash_map_challenge.ipynb b/arrays_strings/hash_map/hash_map_challenge.ipynb index fc496e4..1f7c042 100644 --- a/arrays_strings/hash_map/hash_map_challenge.ipynb +++ b/arrays_strings/hash_map/hash_map_challenge.ipynb @@ -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"