From c524c3a2e0ccb170992c08b889b85da0fd153f0f Mon Sep 17 00:00:00 2001 From: Abhishek Kumar <35186422+abhy-kumar@users.noreply.github.com> Date: Wed, 20 Jun 2018 14:28:51 +0530 Subject: [PATCH] Updated link for CS97SI Notebook The old one is dead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 311f04c..61ff570 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ Courses - [Lecture Videos](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iC2Khb1B5NnbE7SHPQ1-W17) - [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) + - [Lectures and Assignments](https://github.com/jaehyunp/stanfordacm) - [CS 224](http://people.seas.harvard.edu/~minilek/cs224/fall14/index.html) **Advanced Algorithms** *Harvard University* Lecture Videos Assignments Lecture Notes - CS 224 is an advanced course in algorithm design, and topics we will cover include the word RAM model, data structures, amortization, online algorithms, linear programming, semidefinite programming, approximation algorithms, hashing, randomized algorithms, fast exponential time algorithms, graph algorithms, and computational geometry. - [Lecture Videos](http://people.seas.harvard.edu/~minilek/cs224/fall14/lec.html) ([Youtube](https://www.youtube.com/playlist?list=PL2SOU6wwxB0uP4rJgf5ayhHWgw7akUWSf))