From 376cba153ffdb600e3f248a09d9aaf2de358543d Mon Sep 17 00:00:00 2001 From: Prakhar Srivastav Date: Thu, 25 Dec 2014 18:24:31 +0300 Subject: [PATCH] better description of CS61B --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4db5f4d..fa4df73 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ List of awesome Computer Science courses scoured from university pages across th - 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* - - Introductory Data structures class in Java + - In this course, you will study advanced programming techniques including data structures, encapsulation, abstract data types, interfaces, and algorithms for sorting and searching, and you will get a taste of “software engineering”—the design and implementation of large programs. - [Labs](http://www.cs.berkeley.edu/~jrs/61b/lab/index.html) - [Lecture Videos on Youtube](http://www.youtube.com/watch?v=frxF7Vs96YU&list=PLMM0a7ZGnITrgfhOxMNP7bpP4hhhKNY9s)