@norvig and @MrDupin: In search.ipynb, visualizations of some of the searching techniques are not yet implemented. We can surely implement visualizations for them in the notebook.
For example, we can tweak the graph_search algorithm to implement visualization for depth_first_graph_search (in the same way as I did for Issue #659)
I would love to work on this aspect! Thanks!
@norvig and @MrDupin: In
search.ipynb, visualizations of some of the searching techniques are not yet implemented. We can surely implement visualizations for them in the notebook.For example, we can tweak the
graph_searchalgorithm to implement visualization fordepth_first_graph_search(in the same way as I did for Issue #659)I would love to work on this aspect! Thanks!