Recitation 15: Coding graphs


In this recitation you will program an implementation of a directed graph with depth-first search in Python using Jupyter notebooks.

Instructions:

There are two ways to use a notebook - either online:

An alternative is to use our local install of jupyter.

First we need some setup:

$ export PATH=/usr/local/anaconda/bin:$PATH

After doing that, you can invoke the jupyter notebook with the command:

$ jupyter notebook --browser=firefox