From 1e238c2ccb92ce9bd13bac55a4b7b1f951176c71 Mon Sep 17 00:00:00 2001 From: Rohan Yelsangikar Date: Sat, 31 Oct 2015 22:49:28 -0700 Subject: [PATCH] Added CSE 331 from UW --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c481aa0..1d8b70e 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,9 @@ Courses - [CSE 373](http://www3.cs.stonybrook.edu/~skiena/373/) **Analysis of Algorithms** *Stony Brook University* Lecture Videos Assignments Lecture Notes Readings - Prof Steven Skiena's no stranger to any student when it comes to algorithms. His seminal [book](http://www.algorist.com/) has been touted by many to be best for [getting that job in Google](http://steve-yegge.blogspot.com/2008/03/get-that-job-at-google.html). In addition, he's also well-known for tutoring students in competitive [programming competitions](http://www.programming-challenges.com/pg.php?page=index). If you're looking to brush up your knowledge on Algorithms, you can't go wrong with this course. - [Lecture Videos](http://www.cs.sunysb.edu/~algorith/video-lectures/) +- [CSE 331](http://courses.cs.washington.edu/courses/cse331/15sp/) **Software Design and Implementation** *University of Washington* Assignments Lecture Notes + - Explores concepts and techniques for design and construction of reliable and maintainable software systems in modern high-level languages; program structure and design; program-correctness approaches, including testing. + - [Lectures, Assignments, and Exams](http://courses.cs.washington.edu/courses/cse331/15sp/#all) - [CS 97SI](http://web.stanford.edu/class/cs97si/) **Introduction to Competitive Programming** *Stanford University* Assignments Lecture Notes - Fantastic repository of theory and practice problems across various topics for students who are interested to participate in ACM-ICPC. - [Lectures and Assignments](http://stanford.edu/~liszt90/acm/notebook.html)