From f4a3781bcdb47a75d1a8e65e41085f27c4cb96b3 Mon Sep 17 00:00:00 2001 From: Prakhar Srivastav Date: Thu, 25 Dec 2014 18:23:12 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94ff619..4db5f4d 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,10 @@ List of awesome Computer Science courses scoured from university pages across th - [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) - - [CS61B](http://www.cs.berkeley.edu/~jrs/61b/) **Data Structures** *Berkeley* - - Uses Java [Head First Java](http://www.amazon.com/Head-First-Java-2nd-Edition/dp/0596009208) - - Lectures are on the homepage :) + - Introductory Data structures class in Java + - [Labs](http://www.cs.berkeley.edu/~jrs/61b/lab/index.html) + - [Lecture Videos on Youtube](http://www.youtube.com/watch?v=frxF7Vs96YU&list=PLMM0a7ZGnITrgfhOxMNP7bpP4hhhKNY9s) ### Misc - [CS 5150](http://www.cs.cornell.edu/courses/CS5150/2014fa/overview.html) **Software Engineering** *Cornell University*