From 722a51062098be206423c728e1a9dc0646905241 Mon Sep 17 00:00:00 2001 From: Prakhar Srivastav Date: Tue, 11 Aug 2015 00:34:17 +0530 Subject: [PATCH] Added CSForAll by Harvey Mudd --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9f01795..300c223 100644 --- a/README.md +++ b/README.md @@ -470,6 +470,9 @@ Courses - [Lectures and Assignments 2](http://www.eng.utah.edu/~cs2420-20/schedule.html) - [Textbook](http://htdp.org/2003-09-26/Book/curriculum.html) - [Racket Language](http://racket-lang.org/) +- [CS-for-all](http://www.cs.hmc.edu/csforall/) **CS for All** *Harvey Mudd College* Assignments Lecture Notes Readings + - This book (and course) takes a unique approach to “Intro CS.” In a nutshell, our objective is to provide an introduction to computer science as an intellectually rich and vibrant field rather than focusing exclusively on computer programming. While programming is certainly an important and pervasive element of our approach, we emphasize concepts and problem-solving over syntax and programming language features. + - [Lectures and Other resources](https://www.cs.hmc.edu/twiki/bin/view/ModularCS1) -------