From 15321cb2d40b9cbd29bf1ee881e41cac2dcd7d58 Mon Sep 17 00:00:00 2001 From: Vipul Sarin Date: Sat, 14 Jan 2017 12:54:05 -0700 Subject: [PATCH] Add Youtube Playlist for CS 186 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d272ee5..cf88a8a 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,9 @@ Courses - This course will cover programming techniques for the GPU. The course will introduce NVIDIA's parallel computing language, CUDA. Beyond covering the CUDA programming model and syntax, the course will also discuss GPU architecture, high performance computing on GPUs, parallel algorithms, CUDA libraries, and applications of GPU computing. - [Assignments](http://courses.cms.caltech.edu/cs179/) - [Lecture Notes](http://courses.cms.caltech.edu/cs179/) -- [CS 186](https://sites.google.com/site/cs186spring2015/) **Introduction to Database Systems** *UC Berkeley* Assignments Readings Lecture Notes +- [CS 186](https://sites.google.com/site/cs186spring2015/) **Introduction to Database Systems** *UC Berkeley* Lecture Videos Assignments Readings Lecture Notes - In the project assignments in CS186, you will write a basic database management system called SimpleDB. For this project, you will focus on implementing the core modules required to access stored data on disk; in future projects, you will add support for various query processing operators, as well as transactions, locking, and concurrent queries. + - [Youtube Playlist](https://www.youtube.com/playlist?list=PL-XXv-cvA_iBVK2QzAV-R7NMA1ZkaiR2y) - [Lecture Notes](https://sites.google.com/site/cs186fall2013/section-notes) - [Projects](https://sites.google.com/site/cs186fall2013/homeworks) - [CS 241](https://courses.engr.illinois.edu/cs241/sp2016/index.html) **Systems Programming (Spring 2016)** *Univ of Illinois, Urbana-Champaign* Assignments Lecture Notes