From ab5f93d800fe0887654e2a84bb579fe85e5859ea Mon Sep 17 00:00:00 2001 From: Prakhar Srivastav Date: Thu, 4 Dec 2014 08:49:07 +0300 Subject: [PATCH] 15-749 added --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0ff1d95..05cc356 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ List of awesome Computer Science courses scoured from university pages across th - [Assignments](http://www.cs.cmu.edu/~dga/15-440/F12/assignments.html) - [SPAC](http://homes.cs.washington.edu/~djg/teachingMaterials/spac/) **Parallelism and Concurrency** *Univ of Washington* - Technically not a course nevertheless an awesome collection of materials used by Prof Dan Grossman to teach parallelism and concurrency concepts to sophomores at UWash +- [15-749](http://www.andrew.cmu.edu/course/15-749/) **Engineering Distributed Systems** *Carnegie-Mellon University* + - A project focused course on Distributed Systems with an awesome list of readings + - [Readings](http://www.andrew.cmu.edu/course/15-749/READINGS/) ### Programming Languages / Compilers - [COS326](http://www.cs.princeton.edu/~dpw/courses/cos326-12/info.php) **Functional Programming** *Princeton University*