From d0a71210c30d721db170d70979ad04f1008830d0 Mon Sep 17 00:00:00 2001 From: "Robert (Robby) O'Connor" Date: Sun, 1 Mar 2015 07:07:23 -0500 Subject: [PATCH] Add CS61A course from UC Berkeley; change the school name for CS 61B to be "UC Berkeley" --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e839533..65713d8 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ Courses ### Algorithms -- [CS 61B](http://www.cs.berkeley.edu/~jrs/61b/) **Data Structures** *Berkeley* Lecture Videos Assignments +- [CS 61B](http://www.cs.berkeley.edu/~jrs/61b/) **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) @@ -343,6 +343,13 @@ Courses - [CS 50](https://cs50.harvard.edu/) **Introduction to Computer Science** *Harvard University* Lecture Videos Assignments Lecture Notes - CS50x is Harvard College's introduction to the intellectual enterprises of computer science and the art of programming for majors and non-majors alike, with or without prior programming experience. An entry-level course taught by David J. Malan. - [Lectures](https://cs50.harvard.edu/lectures) +- [CS 61A](http://cs61a.org/) **Structure and Interpretation of Computer Programs** *UC Berkeley* Lecture Videos Assignments Lecture Notes + - In CS 61A, we are interested in teaching you about programming, not about how to use one particular programming language. We consider a series of techniques for controlling program complexity, such as functional programming, data abstraction, and object-oriented programming. Mastery of a particular programming language is a very useful side effect of studying these general techniques. However, our hope is that once you have learned the essence of programming, you will find that picking up a new programming language is but a few days' work. + - [Lecture Resources by Type](http://cs61a.org/by_type.html) + - [Lecture Resources by Topic](http://cs61a.org/by_topic.html) + - [Additional Resources](http://cs61a.org/resources.html) + - [Practice Problems](http://cs61a.org/problems/) + - [Extra Lectures](http://cs61a.org/extra.html) - [CS 101](http://online.stanford.edu/course/computer-science-101-self-paced) **Computer Science 101** *Stanford University* Lecture Videos Assignments Lecture Notes - CS101 teaches the essential ideas of Computer Science for a zero-prior-experience audience. Participants play and experiment with short bits of "computer code" to bring to life to the power and limitations of computers. - Lectures videos will available for free after registration.