From ff157dfd01f551d0a2fde73c29724ccc68ff8857 Mon Sep 17 00:00:00 2001 From: Matt Chan Date: Mon, 2 Feb 2015 04:55:53 -0800 Subject: [PATCH] Add lectures + assignments --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cd338ec..26d2201 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,8 @@ Courses - [Assignments and Tests](https://courses.cs.washington.edu/courses/cse341/14sp/#homework) - [CS1410-2](http://www.eng.utah.edu/~cs1410-20/) and [CS2420-20](http://www.eng.utah.edu/~cs2420-20/) **Computer Science I and II for Hackers** *University of Utah* Assignments Lecture Notes Readings - An intro course in the spirit of SICP designed Professor Matthew Flatt (one of the lead designers of Racket and author of HtDP). Mostly Racket and C, and a bit of Java, with explainations on how high level functional programming concepts relate to the design of OOP programs. + - [Lectures and Assignments 1](http://www.eng.utah.edu/~cs1410-20/schedule.html) + - [Lectures and Assignments 2](http://www.eng.utah.edu/~cs2420-20/schedule.html) -------