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.
- Host: GitHub
- URL: https://github.com/justinlubin/cs-162-notes
- Owner: justinlubin
- License: mit
- Created: 2017-01-14T05:46:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T20:45:41.000Z (over 9 years ago)
- Last Synced: 2025-03-05T17:52:33.680Z (about 1 year ago)
- Topics: algorithms, c, data-structures, notes
- Language: Shell
- Homepage:
- Size: 3.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```