diff --git a/README.md b/README.md index 7ad5cc0..7d39e82 100644 --- a/README.md +++ b/README.md @@ -338,11 +338,10 @@ Courses - This data structures course introduces C++, linked-lists, stacks, queues, trees, numerical representation, hash tables, priority queues, heaps, huffman coding, graphs, and x86 assembly. - [Lectures](http://aaronbloomfield.github.io/pdr/slides/) - [Assignments](http://aaronbloomfield.github.io/pdr/labs/) -- [CS 4820](http://www.cs.cornell.edu/courses/CS4820/2014sp/) **Introduction to Analysis of Algorithms** *Cornell University* Assignments Lecture Notes Readings +- [CS 4820](http://www.cs.cornell.edu/courses/CS4820/2015sp/) **Introduction to Analysis of Algorithms** *Cornell University* Assignments Lecture Notes Readings - This course develops techniques used in the design and analysis of algorithms, with an emphasis on problems arising in computing applications. Example applications are drawn from systems and networks, artificial intelligence, computer vision, data mining, and computational biology. This course covers four major algorithm design techniques (greedy algorithms, divide and conquer, dynamic programming, and network flow), computability theory focusing on undecidability, computational complexity focusing on NP-completeness, and algorithmic techniques for intractable problems, including identification of structured special cases, approximation algorithms, and local search heuristics. - - [Lectures](http://www.cs.cornell.edu/courses/CS4820/2014sp/lectures/) - - [Assignments](http://www.cs.cornell.edu/courses/CS4820/2014sp/homework/) - - [Syllabus](http://www.cs.cornell.edu/courses/CS4820/2014sp/syllabus/) + - [Lectures](http://www.cs.cornell.edu/courses/CS4820/2015sp/lectures/) + - [Syllabus](http://www.cs.cornell.edu/courses/CS4820/2015sp/syllabus/) - [CSCI 104](http://www-scf.usc.edu/~csci104/20142/lectures/) **Data Structures and Object Oriented Design** Assignments Lecture Notes *University of Southern California (USC)* - [Lectures](http://www-scf.usc.edu/~csci104/20142/lectures) - [Labs](http://www-scf.usc.edu/~csci104/20142/labs)