Closed
Description
The search notebook currently has a lot of visualizations of graphs and such that are very important to get the concepts across. However, the visualization code itself is not important and the student does not need to read it. For such code we have created the Python script notebook.py
, which holds the visualization code that goes in the notebooks.
It would be fantastic if we could start looking at ways to move the viz code to notebook.py
, so that we could clean up the Search notebook a bit. Then, we could simply call the functions from the notebook without showing how the sausage is made.
If you would like to help on this issue, comment below. Thanks!
TODO:
- Move
tree_search
andgraph_search
tonotebook.py
. They are mostly visualization code that students don't need to read. We should also have a separate section explaining what the two techniques are, without the visualization. Just walking the student through the code like normal.