CS 170 - Operating Systems
Office hours - Wednesdays 1:00-3:00pm in GSL
If you can't make office hours, contact me and we can make an
appointment to meet at a better time.
Course page - This is where you'll find lecture notes, labs and administrative info
Piazza - We have set up a Piazza site to handle discussions.
Past TA positions
- CS 170 Winter 2015
- CS 16 Fall 2014
- CS 154 Spring 2014
- CS 170 Winter 2014
- CS 24 Fall 2013
Additional Resources
Basic Data Structures and Algorithms in the "real world"
We spend a lot of time in CS24 talking about data structures such as linked lists and
binary trees. If you're curious as to why, check out
this link.
It contains references to the linked lists, binary trees, and other basic data
structures and algorithms used in production-scale open source software such as
the Linux kernel.