You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csp.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@
275
275
"cell_type": "markdown",
276
276
"metadata": {},
277
277
"source": [
278
-
"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."
278
+
"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."
279
279
]
280
280
},
281
281
{
@@ -431,7 +431,7 @@
431
431
"cell_type": "markdown",
432
432
"metadata": {},
433
433
"source": [
434
-
"Now let us check the total number of assignments and unassignments which is the length ofour assignment history."
434
+
"Now let us check the total number of assignments and unassignments which is the length of our assignment history."
0 commit comments