https://github.com/simonguozirui/cs61b-notes
Class notes for CS 61B, Spring 2020
https://github.com/simonguozirui/cs61b-notes
berkeley class cs-class data-strctures java notes
Last synced: about 15 hours ago
JSON representation
Class notes for CS 61B, Spring 2020
- Host: GitHub
- URL: https://github.com/simonguozirui/cs61b-notes
- Owner: simonguozirui
- Created: 2020-02-28T22:47:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T17:50:55.000Z (about 6 years ago)
- Last Synced: 2025-03-05T12:47:55.857Z (about 1 year ago)
- Topics: berkeley, class, cs-class, data-strctures, java, notes
- Size: 356 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CS61B Data Structures Notes
#### By Simon Zirui Guo
Last updated: May 9, 2020
This is my collection of notes I took during lecture for [CS61B Data Structures](http://inst.eecs.berkeley.edu/~cs61b/sp20/) by [Prof. Paul Hilfinger](https://people.eecs.berkeley.edu/~hilfingr/) at UC Berkeley in Spring 2020.
If you like my notes, would really appreciate if you :star: this repo and follow me on [GitHub](https://github.com/simonguozirui)!
All credits and copyright :copyright: of the content belong to [Professor Hilfinger and the 61B course staff](https://inst.eecs.berkeley.edu/~cs61b/sp20/staff.html). The lecture slides are posted publicly on the course website.
To generate PDF format, make sure you have `pandoc` and `LaTeX` installed and use `pandoc note{x}.md -s -o note{x}.pdf` in terminal to generate PDFs. Read more [here](https://pandoc.org/getting-started.html#step-6-converting-a-file).
**Disclaimer:** most of the notes are taken during class, thus might not be organized (sorry for the typos) and can sometimes have errors. Please reference to the lecture slides for accurate and comprehensive information.
**Important**: These notes might have links to interactive demos that can help understand contents, but using those demos during even open-book exams are **prohibited**, and considered as academic dishonesty.
**To-Dos**
* Final lecture notes
* Tips
* Important Engineering principles I learned in this course