- based on OpenDSA: CS3 Data Structures and Algorithms: https://opendsa-server.cs.vt.edu/ODSA/Books/CS3/html/
- Jupyter Notebook
- xeus-cling notebook kernel
- Install Miniconda: https://conda.io/miniconda.html
- open a terminal and run the following commands
$ conda install notebook
$ conda install -c conda-forge xeus-cling
$ conda install -c conda-forge jupyter_contrib_nbextensions
$ conda install -c conda-forge jupyter_nbextensions_configurator
$ jupyter nbextensions_configurator enable --user
- open a terminal and cd into this cloned/downloaded repository folder and run jupyter notebook
$ cd <cs3notebooks folder>
$ jupyter notebook
- start from 00-Introduction.ipynb chapter