From 9c34e2dce9be022a143e0b0dcd811c9ba8c113e9 Mon Sep 17 00:00:00 2001 From: Prakhar Srivastav Date: Sat, 15 Nov 2014 23:01:00 +0300 Subject: [PATCH] cs240h --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f91907..ebd917d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ List of awesome Computer Science courses scoured from university pages across th - Covers functional programming concepts like closures, tail-call recursion & parallelism using the OCaml programming language - [Lectures](http://www.cs.princeton.edu/~dpw/courses/cos326-12/lectures.php) - [Assignments](http://www.cs.princeton.edu/~dpw/courses/cos326-12/assignments.php) +- [CS240h](http://www.scs.stanford.edu/14sp-cs240h/) **Functional Systems in Haskell** *Stanford University* + - Building software systems in Haskell + - [Lecture Slides](http://www.scs.stanford.edu/14sp-cs240h/slides/) + - 3 Assignments: [Lab1](http://www.scs.stanford.edu/14sp-cs240h/labs/lab1.html), [Lab2](http://www.scs.stanford.edu/14sp-cs240h/labs/lab2.html), [Lab3](http://www.scs.stanford.edu/14sp-cs240h/labs/lab3.html) ### Algorithms - [COS226](http://www.cs.princeton.edu/courses/archive/fall14/cos226/info.php) **Data Structures and Algorithms** *Princeton University*