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: search.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@
56
56
"cell_type": "markdown",
57
57
"metadata": {},
58
58
"source": [
59
-
"The first thing we observe is '`from utils import *`'. This means that everything in utils.py is imported for use in this module. Don't worry. You don't need to read utils.py in order to understand search algorithms.\n",
59
+
"The search and other modules of the repository make use of several imports from the utils module. We will point the useful ones out if they are required to follow the material below. Don't worry. You don't need to read utils.py in order to understand search algorithms.\n",
60
60
"\n",
61
61
"The `Problem` class is an abstract class on which we define our problems(*duh*).\n",
62
62
"Again, if you are confused about what `abstract class` means have a look at the `Intro` notebook.\n",
0 commit comments