From 24d50c11979a2515de3ef029033ab201eb18044b Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Fri, 26 Jun 2015 04:47:10 -0400 Subject: [PATCH] Tweaked description of Constraints and Assumptions. --- arrays-strings/hash-map.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arrays-strings/hash-map.ipynb b/arrays-strings/hash-map.ipynb index 28a76ad..190f1c1 100644 --- a/arrays-strings/hash-map.ipynb +++ b/arrays-strings/hash-map.ipynb @@ -13,7 +13,7 @@ "source": [ "## Problem: Implement a hash table with set, get, and remove methods.\n", "\n", - "* [Clarifying Questions](#Clarifying-Questions)\n", + "* [Constraints and Assumptions](#Constraints-and-Assumptions)\n", "* [Test Cases](#Test-Cases)\n", "* [Algorithm](#Algorithm)\n", "* [Code](#Code)\n", @@ -25,9 +25,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Clarifying Questions\n", + "## Constraints and Assumptions\n", "\n", - "*Problem statements are sometimes intentionally ambiguous. Asking clarifying questions, identifying constraints, and stating assumptions help to ensure you code the intended solution.*\n", + "*Problem statements are often intentionally ambiguous. Identifying constraints and stating assumptions can help to ensure you code the intended solution.*\n", "\n", "* For simplicity, are the keys integers only?\n", " * Yes\n",