From d716077b291a0ebcaf1525c578219a46b35bf12e Mon Sep 17 00:00:00 2001 From: Pratyush Das Date: Wed, 21 Mar 2018 18:10:50 +0530 Subject: [PATCH] Removed broken links of CS61A --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9c9fb3c..23e9a15 100644 --- a/README.md +++ b/README.md @@ -491,10 +491,6 @@ Courses - The course can also be taken from [edX](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x). - [CS 61A](http://cs61a.org/) **Structure and Interpretation of Computer Programs [Python]** *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/articles/resources.html) - - [Practice Problems](http://cs61a.org/problems/) - [Extra Lectures](http://cs61a.org/extra.html) - [CS 61AS](http://berkeley-cs61as.github.io/) **Structure & Interpretation of Computer Programs [Racket]** *UC Berkeley* Lecture Videos Assignments Lecture Notes - A self-paced version of the CS61 Course but in Racket / Scheme. 61AS is a great introductory course that will ease you into all the amazing concepts that future CS courses will cover, so remember to keep an open mind, have fun, and always respect the data abstraction