From aae975323d264b53fc408dc0fc52d331c2352e42 Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Tue, 19 Apr 2016 16:56:58 -0400 Subject: [PATCH] Adding new website for UC Berkeley's CS 61B website --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c102789..31bc92d 100644 --- a/README.md +++ b/README.md @@ -277,10 +277,10 @@ Courses ### Algorithms -- [CS 61B](http://www.cs.berkeley.edu/~jrs/61b/) **Data Structures** *UC Berkeley* Lecture Videos Assignments +- [CS 61B](http://cs61b.ug/sp16/) **Data Structures** *UC Berkeley* Lecture Videos Assignments - 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) + - [Labs](http://www.cs.berkeley.edu/~jrs/61b/lab/index.html) The link to labs and projects is included in the website. + - [Lecture Videos on Youtube](http://www.youtube.com/watch?v=frxF7Vs96YU&list=PLMM0a7ZGnITrgfhOxMNP7bpP4hhhKNY9s) The link to videos is included in the website. - [CS 473/573](http://web.engr.illinois.edu/~jeffe/teaching/algorithms/) **Fundamental Algorithms** *Univ of Illinois, Urbana-Champaign* Assignments Lecture Notes - Algorithms class covering recursion, randomization, amortization, graph algorithms, network flows and hardness. The lecture notes by Prof. Erikson are comprehensive enough to be a book by themselves. Highly recommended! - [Lecture Notes](http://web.engr.illinois.edu/~jeffe/teaching/algorithms/all-algorithms.pdf)