From 49a428dcb6e4e250fee69f1665f4614c3f25f2a9 Mon Sep 17 00:00:00 2001 From: Prakhar Srivastav Date: Fri, 9 Jan 2015 22:09:52 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b700fad..69904fb 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Courses - 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. - [Lecture Notes](https://sites.google.com/site/cs186fall2013/section-notes) - [Projects](https://sites.google.com/site/cs186fall2013/homeworks) + ------- ### Programming Languages / Compilers