Activity - Search¶
Learning outcomes:
After completing this activity you will:
- understand how to systematically search for a problem's solution
- be able to describe a problem in terms of its states and transitions between states
Jupyter exercise
Search.ipynb
[ View ]
[ Download ]
To run the code in Search.ipynb
you will need to use Brandon's
package bbSearch
that is imported by the notebook.
To do this, download bbSearch.zip
, unzip it and put the
bbSearch
folder it in the same folder as Search.ipynb
.
Activity complete¶
Select the next button to continue to the next lesson.