An open API service indexing awesome lists of open source software.

https://github.com/justinlubin/cs-162-notes

UChicago CS 162 Notes, Winter 2017.
https://github.com/justinlubin/cs-162-notes

algorithms c data-structures notes

Last synced: about 1 month ago
JSON representation

UChicago CS 162 Notes, Winter 2017.

Awesome Lists containing this project

README

          

# CS 162 Notes
UChicago CS 162 Notes, Winter 2017.

## PDF Generation
First, ensure that Pandoc and LaTeX are installed on your system. Then, to generate the PDF, simply run:
```
$ ./build.sh
```