Skip to content

yiran4github/cs3notebooks

 
 

Repository files navigation

CS3 Notebooks

CS3 - Introduction to Algorithms using C++

Requirements

  • Jupyter Notebook
  • xeus-cling notebook kernel

Install required tools

    $ 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

Run notebooks

  • 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

About

CS3 - Introduction to Algorithms in C++ using Jupyter Notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 98.5%
  • C++ 1.5%