From 05266c84d0d6d79c9c034a3c5be1bfdd39a6b081 Mon Sep 17 00:00:00 2001 From: Louis Date: Sun, 11 Jun 2017 01:11:33 +0800 Subject: [PATCH] Replace videos link for CS 186 of UC Berkeley --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c02ddc..8dec5f4 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Courses - [Lecture Notes](http://courses.cms.caltech.edu/cs179/) - [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 Videos](https://archive.org/details/ucberkeley-webcast-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