From a6e2f15122ed4632a879840b5c9769a5373c6bc5 Mon Sep 17 00:00:00 2001 From: Rafael Aguiar Date: Fri, 24 Jul 2015 17:22:17 -0300 Subject: [PATCH] minor phrasing fix on challenge constraints --- arrays_strings/hash_map/hash_map_challenge.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"