From 2d3c9738aaac743411e5e74b7cd87ce043911f66 Mon Sep 17 00:00:00 2001 From: JonChu Date: Sun, 28 Dec 2014 23:25:46 -0800 Subject: [PATCH] Adds the required Algo course from CMU Contains comprehensive notes and is one of the more in depth algo courses on the list. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f422205..5784a07 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,8 @@ Courses ### Algorithms +- [15-451/651](http://www.cs.cmu.edu/afs/cs/academic/class/15451-f10/www/) **Algorithms** *Carnegie Mellon University* + - The required algorithms class that go in depth into all basic algorithms and the proofs behind them. This is one of the heavier algorithms cirriculums on this page. Taught by Avrim Blum and Manuel Blum who has a Turing Award due to his contributions to algorithms. Course link includes a very comprehensive set of reference notes by Avrim Blum. - [COS226](http://www.cs.princeton.edu/courses/archive/fall14/cos226/info.php) **Data Structures and Algorithms** *Princeton University* - The [popular](https://www.coursera.org/course/algs4partI) algorithms class covering most important algorithms and data structures in use on computers taught by Robert Sedgewick. - [Assignments](http://www.cs.princeton.edu/courses/archive/fall14/cos226/assignments.php)