From 6e2ca61d132778606d21c62892b09b469fa52aec Mon Sep 17 00:00:00 2001 From: DheerajMalisetty <32234121+DheerajMalisetty@users.noreply.github.com> Date: Sun, 14 Jan 2018 14:47:59 +0530 Subject: [PATCH] Update csp.ipynb #662 fixed --- csp.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csp.ipynb b/csp.ipynb index 2192352cf..cd0c1c547 100644 --- a/csp.ipynb +++ b/csp.ipynb @@ -275,7 +275,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We will now use a graph defined as a dictonary for plotting purposes in our Graph Coloring Problem. The keys are the nodes and their corresponding values are the nodes they are connected to." + "We will now use a graph defined as a dictionary for plotting purposes in our Graph Coloring Problem. The keys are the nodes and their corresponding values are the nodes they are connected to." ] }, { @@ -431,7 +431,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Now let us check the total number of assignments and unassignments which is the length ofour assignment history." + "Now let us check the total number of assignments and unassignments which is the length of our assignment history." ] }, {