From 84e69c7ae44e34a7ba9fd78c5fffebf0f27efd36 Mon Sep 17 00:00:00 2001 From: awelch83 Date: Wed, 11 Feb 2015 09:32:45 -0600 Subject: [PATCH] Removed duplicated - CS 4820. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 7f86e27..c75d8e2 100644 --- a/README.md +++ b/README.md @@ -224,11 +224,6 @@ Courses - [Labs](http://www-scf.usc.edu/~csci104/20142/labs) - [Assignments](http://www-scf.usc.edu/~csci104/20142/assignments/) - [Additional Resources](http://www-scf.usc.edu/~csci104/20142/resources.html) -- [CS 4820](http://www.cs.cornell.edu/courses/CS4820/2014sp/) **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/) - [CSCI 135](http://compsci.hunter.cuny.edu/~sweiss/courses/csci135.php) **Software Design and Analysis I** Assignments Lecture Notes *CUNY Hunter College* - It is currently an intensive introduction to program development and problem solving. Its emphasis is on the process of designing, implementing, and evaluating small-scale programs. It is not supposed to be a C++ programming course, although much of the course is spent on the details of C++. C++ is an extremely large and complex programming language with many features that interact in unexpected ways. One does not need to know even half of the language to use it well.