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

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

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